main is a predefined or user define function
if user defined why?
if predefined whay?
Answer Posted / mayank jain
Main() is a user define function because user define it, and main is a keyword that is predefined, that also tell the compiler for the execution of program is starting from here.
when we Write the program we never declare the main function anywhere, only define it.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why flag is used in c?
How can you increase the size of a dynamically allocated array?
Write a program to reverse a linked list in c.
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
Explain what is meant by high-order and low-order bytes?
What does c mean in standard form?
Should a function contain a return statement if it does not return a value?
Can math operations be performed on a void pointer?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What is the concatenation operator?
What is the maximum length of an identifier?
What is local and global variable in c?
What is default value of global variable in c?
Explain what is gets() function?
Why is c still so popular?