int DIM(int array[]) { return sizeof(array)/sizeof(int ); } main() { int arr[10]; printf(“The dimension of the array is %d”, DIM(arr)); }
2 12400what is the output of the below program & why ?
#include
Post New CSC C Code Interview Questions
What is setup cfg?
What is the significance of delivery class? : abap data dictionary
Explain the process configuration parameters - max jobs, flow limit & activation limit ?
How do I unhide my toolbar?
Where are postgres databases stored?
Are you willing to work overtime at Capital One?
What are your strengths and weaknesses? What do you do to overcome your weaknesses?
What are steplib and joblib? What for they are used?
What is @inject()? Why use?
What are the different way in which website layout can be made?
What is arc and how is it different from autorelease?
What’s the use of “GLOBAL.ASAX” file?
Where is comma delimited in excel?
Explain the Kerberos method of authentication in SAP HANA.
Is node js a backend language?