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

int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?

5 Answers   CMC,


Explain the properties of union. What is the size of a union variable

0 Answers  


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

0 Answers   GrapeCity,


What is the need of structure in c?

0 Answers  


what is pointer ? what is the use of pointer?

6 Answers   Infosys,






How do I create a directory? How do I remove a directory (and its contents)?

0 Answers  


Why structure is used in c?

0 Answers  


Why is this loop always executing once?

0 Answers  


How to calculate Total working time using Login and logout?

2 Answers   CTS, Cygnus, Infosys, Signal Networks, TCS, Wipro,


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

0 Answers  


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

0 Answers   Celstream,


Why can’t we compare structures?

0 Answers  


Categories