How main function is called in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between C and C++
What is difference between far and near pointers?
What are the types of type specifiers?
any string of bits of length 'n' represents a unique non- negative integer between.............?
why the execution starts from main function
main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }
4 Answers Vector, Wipro, Zoho,
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
How is a null pointer different from a dangling pointer?
What are lookup tables in c?
What are the advantages of using new operator as compared to the function malloc ()?
What is extern variable in c with example?
Explain can static variables be declared in a header file?