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...


Hi,
main()
{
}

Is a user defined function or Built in Functionn

Answers were Sorted based on User's Feedback



Hi, main() { } Is a user defined function or Built in Functionn..

Answer / suyash kumar (c.s. 1st year ni

it is user defined function..........as if we make another
funtion say for factorial void fact() and store it in
lib fun. then apply it in program except main it work as a
funtion.........moreover we defined main as we write
instruction in it and execution take place

Is This Answer Correct ?    1 Yes 5 No

Hi, main() { } Is a user defined function or Built in Functionn..

Answer / divya

it is built in function because (main )codings are written
by the software developer.so,we cant change anything in
this built in function.but user defined functions are
changed by us.
so it is built in function

Is This Answer Correct ?    6 Yes 12 No

Hi, main() { } Is a user defined function or Built in Functionn..

Answer / lakkup

it is an inbuilt function i.e, main() it indicates the
starting of the program and it is a user defined function
when the user defines it as void main() or int main(void).

Is This Answer Correct ?    6 Yes 13 No

Hi, main() { } Is a user defined function or Built in Functionn..

Answer / vignesh1988i

it's actually user defined built in function...... since we
the user gave the function name as main() when we write the
coding for the compailer........

Is This Answer Correct ?    28 Yes 41 No

Hi, main() { } Is a user defined function or Built in Functionn..

Answer / abhishek munde

main () is user defined function built in function.....
bcoz we define what it will do... and it already has it's
name as main.

Is This Answer Correct ?    10 Yes 26 No

Hi, main() { } Is a user defined function or Built in Functionn..

Answer / narender vadhava

it's a inbuilt function but it don't return any value
because void is used to return a charachter value.

Is This Answer Correct ?    21 Yes 67 No

Post New Answer

More C Interview Questions

What do you understand by friend-functions? How are they used?

0 Answers   iNautix,


WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?

28 Answers   3D PLM, Code Studio, Deltech, IBM,


What is the use of function overloading in C?

0 Answers   Ittiam Systems,


void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }

3 Answers  


Explain how does free() know explain how much memory to release?

0 Answers  


What's the best way of making my program efficient?

0 Answers   Celstream,


LOGIC OF Bodmas?

1 Answers  


A program to allow an input operand and operator from the operator and read on the display and output operand.

0 Answers  


main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }

1 Answers  


Why is c fast?

0 Answers  


find the size of structure without using the size of function

1 Answers   Bosch,


How can we allocate array or structure bigger than 64kb?

2 Answers   CSC,


Categories