Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / vinit malik
main() is a system declared user defined function bcoz it is declared as built in function but defined by user means a user gives the definition of the function bcoz user defines what it will do...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is meant by high-order and low-order bytes?
What is the difference between text and binary modes?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
What is assignment operator?
What are enums in c?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What are near, far and huge pointers?
Why is c known as a mother language?
How can I copy just a portion of a string?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
i have a written test for microland please give me test pattern
What is a pointer in c plus plus?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
What is the use of parallelize in spark?
Explain what is the use of a semicolon (;) at the end of every program statement?