Answer Posted / sreehari
main() function is user-defined function. Before knowing the
reason, we should know one thing is we can use predefined
function and get the result but we never write code for
predefined functions explicitly na....and we use to write
the code of main function for our desires.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Does * p ++ increment p or what it points to?
What is a volatile keyword in c?
When the macros gets expanded?
How can I read and write comma-delimited text?
What is #error and use of it?
c program to compute AREA under integral
Is a pointer a kind of array?
Do pointers take up memory?
Why & is used in scanf in c?
Write a program to check armstrong number in c?
What is the difference between abs() and fabs() functions?
Why is it usually a bad idea to use gets()? Suggest a workaround.
How main function is called in c?
What is the argument of a function in c?
Explain how do you determine whether to use a stream function or a low-level function?