Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / neeraj pal
it is user define built in function............becoz user
create the methods in the main,we can change its name in the
c programming only if ,have to change the compiler coding in
which main is defined.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Is anything faster than c?
What would be an example of a structure analogous to structure c?
Can a variable be both const and volatile?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
How can a process change an environment variable in its caller?
Write a program to reverse a given number in c language?
How is pointer initialized in c?
Does c have class?
Why doesnt the call scanf work?
What is a substring in c?
What is keyword in c?
What is use of pointer?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What are the general description for loop statement and available loop types in c?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.