Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / suyash kumar singh
main() is user Defined funtion
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
write a c program to find the sum of five entered numbers using an array named number
How are strings stored in c?
Can the “if” function be used in comparing strings?
Can you please explain the difference between malloc() and calloc() function?
Calculate 1*2*3*____*n using recursive function??
Explain how can you tell whether two strings are the same?
What are the __date__ and __time__ preprocessor commands?
Where are the auto variables stored?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Is the exit() function same as the return statement? Explain.
Explain what does the format %10.2 mean when included in a printf statement?
What is #include stdlib h?
How many keywords (reserve words) are in c?
What is unary operator?
What is pass by value in c?