Hi,
main()
{
}

Is a user defined function or Built in Functionn

Answer Posted / vinit malik

main() is a system declared user defined function bcoz it is declared as built in function but defined by user means a user gives the definition of the function bcoz user defines what it will do...

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How are strings stored in c?

599


Write the Program to reverse a string using pointers.

621


Explain #pragma statements.

607


What is the difference between fread buffer() and fwrite buffer()?

676


Explain the ternary tree?

605






What does void main return?

611


How many parameters should a function have?

670


what is recursion in C

618


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

639


How can you find the exact size of a data type in c?

603


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

598


What is pointer to pointer in c language?

600


What is a structure member in c?

552


write a program to copy the string using switch case?

2404


What are reserved words?

661