C++
Java
Python3
new
int x = [0];
int[] x = new int[]{0};
x = [0]
length
sizeof(x)
x.length
len(x)
Comments