Is the exit() function same as the return statement? Explain.
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between global variable & static variable declared out side all the function in the file.
what is the use of #pragma pack, wer it is used?
Which header file is used for clrscr?
What are the basic data types associated with c?
Is file a keyword in c?
How can you increase the size of a dynamically allocated array?
explain how do you use macro?
can i know the source code for reversing a linked list with out using a temporary variable?
Write a code on reverse string and its complexity.
int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?
Why main function is special give two reasons?
Are the variables argc and argv are local to main?