Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / 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 |
Post New Answer View All Answers
Write a program of advanced Fibonacci series.
`write a program to display the recomended action depends on a color of trafic light using nested if statments
Is c easier than java?
Difference between Function to pointer and pointer to function
What is the advantage of c?
What is break in c?
What is difference between %d and %i in c?
What does != Mean in c?
how to create duplicate link list using C???
What is the difference between text files and binary files?
Why & is used in c?
Define Array of pointers.
What is #define used for in c?
What does 4d mean in c?
Is it possible to execute code even after the program exits the main() function?