main is a predefined or user define function
if user defined why?
if predefined whay?
Answer Posted / chaitanya
Main() is a predeclared userdefined function,bcoz according to formal case the declaration of main is done already with a definite name which the user cannot chnge..but in later case the body or the definition of which is given by the user accordng to his need..i.e.:main is a pre declared user defined function.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the types of data structures in c?
What is void pointers in c?
What are derived data types in c?
can anyone please tell about the nested interrupts?
What is extern variable in c with example?
What is the size of structure in c?
Explain a pre-processor and its advantages.
What is selection sort in c?
Why should I use standard library functions instead of writing my own?
What does *p++ do?
explain what is fifo?
Apart from dennis ritchie who the other person who contributed in design of c language.
Is c procedural or object oriented?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What does the function toupper() do?