Size of Array

 Sizeof Array - C programming

It calculates the element number of an array.



  	
    sizeof(name_of_arr)/seizeof(name_of_arr[0]);