Explain main function in c?


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

Post New Answer

More C Interview Questions

What are bitwise shift operators in c programming?

0 Answers  


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

0 Answers  


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

0 Answers   Mind Tree,


What is a 'null pointer assignment' error?

0 Answers  


What is build process in c?

0 Answers  






Do you know the use of fflush() function?

0 Answers  


Write a c program to demonstrate character and string constants?

0 Answers  


What is the value of c?

0 Answers  


What is the argument of a function in c?

0 Answers  


What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }

5 Answers  


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

0 Answers  


What is the difference between ++a and a++?

0 Answers  


Categories