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 / s.s.venkatesh

the main() is a predefined function because we can't change
the name of the function or characterstics of the function.

If the function is user defined means we can change the
name of the function as we wish.

So,the main() is a predefined function.

Is This Answer Correct ?    20 Yes 21 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you do dynamic memory allocation in C applications?

1053


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

1238


What do you mean by invalid pointer arithmetic?

1015


write a c program in such a way that if we enter the today date the output should be next day's date.

2149


The file stdio.h, what does it contain?

1125


What does typedef struct mean?

1055


Why are all header files not declared in every c program?

1050


What is the stack in c?

1090


What are the types of arrays in c?

1108


Can you mix old-style and new-style function syntax?

1064


How reliable are floating-point comparisons?

1047


Differentiate between #include<...> and #include '...'

1013


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

1250


a program that can input number of records and can view it again the record

1873


Is there a way to jump out of a function or functions?

1046