int DIM(int array[]) { return sizeof(array)/sizeof(int ); } main() { int arr[10]; printf(“The dimension of the array is %d”, DIM(arr)); }
2 6962what is the output of the below program & why ?
#include
Post New CSC C Code Interview Questions
Explain Environment variable ?
What is the theme of the Olympic Torch?
Is mongodb scalable?
How to delete an array entry using javascript?
What is basic concept of operating system?
How old is wordpress?
Can you compare the validation set with the test set?
Is treeset synchronized?
How are sessions maintained?
How to setup jdbc database connection pool in spring web application?
What is spark in big data?
Where are .ico files stored?
How to use boolean type in select statement?
List some exit codes?
What are state and props in reactjs? What is the difference between the two?