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 IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
How many bytes are occupied by near, far and huge pointers (dos)?
What is array of pointers to string?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What does the && operator do in a program code?
What does c in a circle mean?
explain what are actual arguments?
What is an operator?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Can a pointer point to null?
write a proram to reverse the string using switch case?
How do you write a program which produces its own source code as output?
Why is c known as a mother language?
What is the difference between union and anonymous union?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25