method find the lenght of an array in C code example Example: get length of array // In Javascript var x = [1,2,3]; console.log(x.length);