Is exit(status) truly equivalent to returning the same status from main?


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

Post New Answer

More C Interview Questions

What is the heap?

0 Answers  


What are different types of operators?

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  


Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.

4 Answers  


write an interactive program to generate the divisors of a given integer.

7 Answers   TCS,






what is the use of keyword volatile??

4 Answers   LG Soft,


How can this be legal c?

0 Answers  


How do I round numbers?

0 Answers  


How to add two numbers with using function?

4 Answers  


In which language linux is written?

0 Answers  


What is a global variable in c?

0 Answers  


how do you programme Carrier Sense Multiple Access

0 Answers  


Categories