main is a predefined or user define function
if user defined why?
if predefined whay?
Answer Posted / ankith.v
main is Predefined.why because its is implemented by the
developer
| Is This Answer Correct ? | 3 Yes | 13 No |
Post New Answer View All Answers
What header files do I need in order to define the standard library functions I use?
What language is windows 1.0 written?
How can I write functions that take a variable number of arguments?
What does sizeof function do?
Explain how can you tell whether a program was compiled using c versus c++?
How do you determine whether to use a stream function or a low-level function?
What are runtime error?
If null and 0 are equivalent as null pointer constants, which should I use?
Write a program to print factorial of given number using recursion?
Write a code to remove duplicates in a string.
Difference between linking and loading?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
How can I swap two values without using a temporary?
State the difference between realloc and free.
Explain how does flowchart help in writing a program?