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
what do you mean by enumeration constant?
Can true be a variable name in c?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
what are the 10 different models of writing an addition program in C language?
Explain how can you tell whether two strings are the same?
What is an lvalue?
What is the need of structure in c?
What is NULL pointer?
How can you restore a redirected standard stream?
What are high level languages like C and FORTRAN also known as?
Do you know the difference between malloc() and calloc() function?
How is a null pointer different from a dangling pointer?
I heard that you have to include stdio.h before calling printf. Why?
Explain modulus operator.
Does c have class?