Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / rajesh thakur
main() is User defined function... for more discussion
contact me at neothecodebreaker@ymail.com.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is the best style for code layout in c?
Why main is not a keyword in c?
What is string function c?
How do you sort filenames in a directory?
Explain how can I remove the trailing spaces from a string?
Why doesnt the call scanf work?
What is the use of getchar() function?
What is the need of structure in c?
How can I sort a linked list?
Explain what are bus errors, memory faults, and core dumps?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
What is floating point constants?
What are the 5 types of inheritance in c ++?
What is pass by value in c?
What is a volatile keyword in c?