Hi,
main()
{
}
Is a user defined function or Built in Functionn
Answer Posted / manjunath
Its a user defined function. How can it be inbuilt
function? We are the one who writes the main function.
Program execution starts with main function. We can also
compile a code without main, but we cant create exe, since
it requires a main function to execute.
| Is This Answer Correct ? | 55 Yes | 9 No |
Post New Answer View All Answers
What happens if you free a pointer twice?
What is hashing in c?
Which programming language is best for getting job 2020?
What is the difference between constant pointer and constant variable?
write a proram to reverse the string using switch case?
Define macros.
What is use of integral promotions in c?
Why & is used in c?
Explain that why C is procedural?
In a header file whether functions are declared or defined?
What is scanf () in c?
Explain how do you override a defined macro?
Who invented bcpl language?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?