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 value is returned to operating system after program execution?

0 Answers  


Can math operations be performed on a void pointer?

0 Answers  


c program to input values in a table(using 2D array) and print odd numbers from them

1 Answers  


Difference between strcpy() and memcpy() function?

0 Answers  


How can I prevent another program from modifying part of a file that I am modifying?

0 Answers  






What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }

1 Answers  


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

0 Answers   Google, Infosys,


What is a file descriptor in c?

0 Answers  


Which node is more powerful and can handle local information processing or graphics processing?

0 Answers  


What is else if ladder?

0 Answers  


program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.

3 Answers  


hi send me sample aptitude papers of cts?

0 Answers  


Categories