main is a predefined or user define function
if user defined why?
if predefined whay?
Answer Posted / sandeep kumar yadav
the definition of main is given by the user so it is called
user define function..
the prototype is define by the compiler so it is called
predefine...
this function is dependent on both user and compiler for
the execution of the program.so it is not only user define
or predefine..
so we can say it is a special function called by operating
system to execute the program.
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
Why is c still so popular?
what is different between auto and local static? why should we use local static?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
Why do we need arrays in c?
what is the basis for selection of arrays or pointers as data structure in a program
Explain argument and its types.
What is the advantage of an array over individual variables?
Explain what is the use of a semicolon (;) at the end of every program statement?
In which header file is the null macro defined?
Can variables be declared anywhere in c?
Explain Function Pointer?
What is hungarian notation? Is it worthwhile?
Explain function?
Explain what is #line used for?
Tell me what is null pointer in c?