int DIM(int array[]) { return sizeof(array)/sizeof(int ); } main() { int arr[10]; printf(“The dimension of the array is %d”, DIM(arr)); }
2 12506what is the output of the below program & why ?
#include
Post New CSC C Code Interview Questions
What are database links used for?
How to manage the contract life cycles?
How does geologic time link to manitoba's landscape?
why should you be hired for this role?
Can constructor be used instead of init(), to initialize servlet?
Can you give any three animal fibers?
What is the difference between angularjs and node.js?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
List some advantages of using ansible.
What does relevance philosophy suggest?
Discuss the integration of sensors and automation in monitoring and controlling factors like temperature, humidity, and ventilation in agricultural environments.
Why is technical clearing gl account used?
State the difference between an operational datastage and a data warehouse?
Why viewstate is not used in mvc?
What is the difference between method overloading and method overriding in c++?