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
How the B and D channels share the line?
What is smoke testing and user interface testing ?
Can create new c++ operators?
How can correlation be performed?
What is the use of real-time infocube?
What is routing protocol and its purposes?
what is the meaning of the symbol << >> put in transformer drawing
How do hash tables work?
Explain how many approaches are there for linking universes?
What are Private IP Numbers?
What is the most difficult problem you’ve found during testing?
is there is mentioned that we can adjust excess debtors with creditor in the stock statement while calculating Drawing Power
Explain the difference between transport and message level security.
What is name of first file the loaded when yii framework starts?
How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?