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


Please Help Members By Posting Answers For Below Questions

Do you have any idea how to compare array with pointer in c?

609


What is #define in c?

624


What does double pointer mean in c?

584


what is the diffrenet bettwen HTTP and internet protocol

1396


What is array in c with example?

619






What is calloc malloc realloc in c?

598


How to write a multi-statement macro?

629


using for loop sum 2 number of any 4 digit number in c language

1738


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

661


In which header file is the null macro defined?

861


What is the difference between char array and char pointer?

527


Is c dynamically typed?

671


Explain how can I remove the trailing spaces from a string?

630


What is the difference between far and near in c?

604


How a string is stored in c?

592