main is a predefined or user define function
if user defined why?
if predefined whay?
Answer Posted / dada khalander
main() is an user defined function.Because the user writing the body of main() function,defining the body of main() by the user.So it can be considered as an user defined function
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How can my program discover the complete pathname to the executable from which it was invoked?
Explain how do you print an address?
Why do we need a structure?
What is a char in c?
What are pointers? Why are they used?
Differentiate between declaring a variable and defining a variable?
How is null defined in c?
How does placing some code lines between the comment symbol help in debugging the code?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Describe the modifier in c?
What is pointer & why it is used?
What does %p mean?
Differentiate Source Codes from Object Codes
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What is declaration and definition in c?