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
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
Distinguish between actual and formal arguments.
What is the use of void pointer and null pointer in c language?
What is an operator?
What is exit() function?
What is structure padding in c?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
When would you use a pointer to a function?
Write the control statements in C language
What is a volatile keyword in c?
What is main return c?
What is the difference between memcpy and memmove?
What language is windows 1.0 written?
How many header files are in c?
What is the difference between strcpy() and memcpy() function in c programming?