int DIM(int array[]) { return sizeof(array)/sizeof(int ); } main() { int arr[10]; printf(“The dimension of the array is %d”, DIM(arr)); }
2 12479what is the output of the below program & why ?
#include
Post New CSC C Code Interview Questions
What is nucleophilic addition reaction?
What is the definition of a keyword?
What does an exe file contain?
Highlight the need for Performance Tuning.
Did QTP prove efficient for your project? Yes or No, explain?
Explain about the popular use cases of Apache Spark
what are tsm server configuration files and explain about them?
Explain how standard query operators useful in LINQ?
What is jdbc template in spring?
Why is joomla classified as a content management system?
Name the element which has the following ground-state electron configuration: 1s22s22p6?
How to set the relay,,??
What is difference between array and arraylist?
How many types of collections are there in c#?
Differece between class and generic class?