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?

Answers were Sorted based on User's Feedback



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

Answer / shankar dayal

main() function is niether predefined nor user defined function. Because if it is predefined, when program is written in main() function then given their own logic then how it is predefined. Another one if it is user defined, then we can write the any function name on the place of main(). So main() is niether a predefined nor user defined function.

Is This Answer Correct ?    1 Yes 4 No

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

Answer / ankith.v

main is Predefined.why because its is implemented by the
developer

Is This Answer Correct ?    3 Yes 13 No

Post New Answer

More C Interview Questions

WAP to accept first name,middle name & last name of a student display its initials?

5 Answers   AITH, NIIT,


Differentiate between new and malloc(), delete and free() ?

0 Answers   iNautix,


How do I read the arrow keys? What about function keys?

0 Answers  


how to execute a program using if else condition and the output should enter number and the number is odd only...

0 Answers  


What is the use of putchar function?

0 Answers  


Explain Function Pointer?

0 Answers   Wipro,


what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer

2 Answers  


how to find the size of the data type like int,float without using the sizeof operator?

13 Answers  


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

0 Answers  


which operator is known as dummy operator in c?

2 Answers   Wipro,


what is the difference between declaration and definition of a variable or function ?

3 Answers  


Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?

8 Answers   Mascot, TCS,


Categories