Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / saurabh kumar
well i think main is a predefine function because we can
not change the name of predefine function......
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is a substring in c?
What are the different types of control structures in programming?
Why is c called "mother" language?
formula to convert 2500mmh2o into m3/hr
What is difference between && and & in c?
What is the scope of global variable in c?
What are the usage of pointer in c?
What is the meaning of 2d in c?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What are the uses of a pointer?
How can I convert a number to a string?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
What are structure types in C?
What is the use of f in c?
What is a char in c?