Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

main is a predefined or user define function
if user defined why?
if predefined whay?

Answer Posted / vignesh1988i

actually main function is a user defined function for the C
compiler developer.... but it is a built in or predefined
function according to the users using that compiler.... why
it is called as a predefined function because , the
prototype has already been defined in the compiler itself
we the users can't change the meaning of that unless or
until we write our own compiler , we can change the meaning
of main()......

for the main() , we don't know what is the prototype or
where the function has been called and wht excatly the
return value of it... it is built in and abstracted from the
user which is called abstraction in c++.........


thank u

Is This Answer Correct ?    64 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How old is c programming language?

973


Write a program that accept anumber in words

1717


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

1215


Explain what will the preprocessor do for a program?

1013


What is the difference between variable declaration and variable definition in c?

1027


What is a stream in c programming?

1094


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

1057


Discuss the function of conditional operator, size of operator and comma operator with examples.

1114


What is union and structure in c?

1164


What is self-referential structure in c programming?

1155


Explain the use of bit fieild.

1102


What is the symbol indicated the c-preprocessor?

1176


Why should I use standard library functions instead of writing my own?

1219


Differentiate between the expression “++a” and “a++”?

1211


Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

1214