Is using exit() the same as using return?


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

Post New Answer

More C Interview Questions

How do we make a global variable accessible across files? Explain the extern keyword?

0 Answers  


What are categories used for in c?

0 Answers  


swap 2 numbers without using third variable?

0 Answers   IBS,


Do you know what are the properties of union in c?

0 Answers  


wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }

2 Answers  






do you think its fraud or original company?

0 Answers  


What is %g in c?

0 Answers  


Can a pointer point to null?

0 Answers  


totally how much header files r in c language

8 Answers   TCS,


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

0 Answers  


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

0 Answers   Wilco,


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

0 Answers  


Categories