Answer Posted / subodh sharma
The main function is predefine and have three arguments
which return the value to the operating system and main is
also called by operating system .
| Is This Answer Correct ? | 11 Yes | 9 No |
Post New Answer View All Answers
Do pointers need to be initialized?
How can my program discover the complete pathname to the executable from which it was invoked?
Write a program to swap two numbers without using third variable?
What is clrscr in c?
What is the difference between NULL and NUL?
Difference between goto, long jmp() and setjmp()?
How many keywords (reserve words) are in c?
Explain what will the preprocessor do for a program?
Explain the array representation of a binary tree in C.
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Is the exit() function same as the return statement? Explain.
What is the advantage of a random access file?
What is a 'null pointer assignment' error?
Describe explain how arrays can be passed to a user defined function
How the c program is executed?