Answer Posted / ankur mohan sharma
Main is a user defined function.
It has an important property that it is first recognised by compiler. So it must be present in a program.
A user defined function is one whose defination is given by user and Since you define main's working. So it is a user defined function.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the advantage of c language?
Why doesnt long int work?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
Write a program to identify if a given binary tree is balanced or not.
What is pointer & why it is used?
Explain what is the advantage of a random access file?
What is the easiest sorting method to use?
What are header files? What are their uses?
Why isn't it being handled properly?
How macro execution is faster than function ?
What are local static variables?
What is the general form of #line preprocessor?
if p is a string contained in a string?
What are c preprocessors?
What is difference between && and & in c?