int DIM(int array[]) { return sizeof(array)/sizeof(int ); } main() { int arr[10]; printf(“The dimension of the array is %d”, DIM(arr)); }
2 12392what is the output of the below program & why ?
#include
Post New CSC C Code Interview Questions
Did RMU have ct and pt ?
What do you mean by splunk indexer?
What is loop and types?
what is the response format for SOAP response?
What is the central limit theorem? How is a normal distribution different from chi square distribution?
What is method reference in java?
How controlling happen in DLNA?
What comes in Hadoop 2.0 and MapReduce V2 YARN
What do you mean by pipeline as a code?
Can you load the server object dynamically? If so what are the 3 major steps involved in it?
What is camel exchange? Explain its structure?
How to highlight element using selenium webdriver?
Discuss the concept of yagni and explain something you did recently that adhered to this practice.
What is the difference between viewbag and viewdata in mvc?
What data types does the rangevalidator control support?