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 the significance of static storage class specifier?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What are the 4 types of programming language?
What is "Hungarian Notation"?
In a header file whether functions are declared or defined?
How can my program discover the complete pathname to the executable from which it was invoked?
How many types of functions are there in c?
Explain what is the use of a semicolon (;) at the end of every program statement?
What is the size of structure in c?
Explain the difference between #include "..." And #include <...> In c?
Describe wild pointers in c?
Why should I prototype a function?
What is header file definition?
Which header file is essential for using strcmp function?
What are the 3 types of structures?