#include#include int main() { int arr[] = {3,4,65,78,1,2,4}; int arr_length = sizeof(arr)/sizeof(arr[0]); printf("\nLength of the array is :[%d]\n\n", arr_length); getch(); return(0); }
Subscribe to:
Post Comments (Atom)
Review the code on this blog and provide your feedback
No comments:
Post a Comment