main is a predefined or user define function
if user defined why?
if predefined whay?
Answer Posted / pramod jirage
main() is to be predefined beoause the progarm contralm
flows from main and it is essiontal to opreat the program
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is a lvalue
Why ca not I do something like this?
Write a program with dynamically allocation of variable.
What is difference between arrays and pointers?
How arrays can be passed to a user defined function
Which header file is essential for using strcmp function?
Why are all header files not declared in every c program?
What math functions are available for integers? For floating point?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
Write a program to generate random numbers in c?
What are reserved words with a programming language?
What is c standard library?
What is the purpose of main() function?
Differentiate between null and void pointers.
What are the 32 keywords in c?