What is main () in c language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

totally how much header files r in c language

8 Answers   TCS,


What is this pointer in c plus plus?

0 Answers  


int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }

3 Answers  


what about "char *(*(*a[])())();"

3 Answers   Oracle,


Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both

3 Answers  






What is union in c?

0 Answers  


How do you initialize pointer variables?

0 Answers  


which of 'arrays' or 'pointers' are faster?

5 Answers  


Are there any problems with performing mathematical operations on different variable types?

0 Answers  


main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??

19 Answers   EBS, Ramco, Sangwin, TCS,


What are preprocessor directives?

1 Answers  


How can a process change an environment variable in its caller?

0 Answers  


Categories