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 is calloc()?

0 Answers   Adobe,


how to write a c program to print list of fruits in alpabetical order?

0 Answers  


who is the father of C Language?

20 Answers   CTS, UST,


how to use virual function in real time example

1 Answers   CTS, Wipro,


What are the disadvantages of external storage class?

0 Answers  






If fflush wont work, what can I use to flush input?

0 Answers  


Which type of language is c?

0 Answers  


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

0 Answers   Sikkim Manipal University,


How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.

1 Answers  


What is the difference between functions getch() and getche()?

0 Answers  


Hi can anyone tell what is a start up code?

0 Answers   CTS,


What are qualifiers and modifiers c?

0 Answers  


Categories