Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / yogendrra
the main funtion is both user defind and sysyem defined
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a built-in function in C?
What are global variables and explain how do you declare them?
What are the different types of objects used in c?
Do you know what are the properties of union in c?
Can we compile a program without main() function?
what is use of malloc and calloc?
Explain can you assign a different address to an array tag?
Explain the difference between structs and unions in c?
What do header files do?
Compare array data type to pointer data type
Tell me when is a void pointer used?
What is #line used for?
a program that can input number of records and can view it again the record
What is the difference between functions getch() and getche()?
What is the significance of an algorithm to C programming?