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
Write a program to reverse a linked list in c.
Explain how can you determine the size of an allocated portion of memory?
What is structure of c program?
why programs in c are running with out #include
What is the use of linkage in c language?
What is a function simple definition?
Is c is a middle level language?
What are identifiers and keywords in c?
Explain output of printf("Hello World"-'A'+'B'); ?
How can I read a binary data file properly?
Explain what is the best way to comment out a section of code that contains comments?
What is the difference between printf and scanf )?
What is masking?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Can we add pointers together?