Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / sree
main() itself is a predefined function.
where as main() is a userdefined function because there we
are writing the internal part.
| Is This Answer Correct ? | 27 Yes | 8 No |
Post New Answer View All Answers
When should a far pointer be used?
What is the use of in c?
What is the difference between array and linked list in c?
Does c have function or method?
What are the two forms of #include directive?
What is the difference between local variable and global variable in c?
What is a wrapper function in c?
Are global variables static in c?
Are c and c++ the same?
Can true be a variable name in c?
What is function what are the types of function?
What is a structural principle?
How can I find out the size of a file, prior to reading it in?
writ a program to compare using strcmp VIVA and viva with its output.
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?