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
How do you list a file’s date and time?
What is a substring in c?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What are the 4 types of unions?
why do some people write if(0 == x) instead of if(x == 0)?
What is a structural principle?
When is a “switch” statement preferable over an “if” statement?
What is the auto keyword good for?
Explain why c is faster than c++?
What are the different types of objects used in c?
What is signed and unsigned?
What is string concatenation in c?
What are the key features in c programming language?
write a proram to reverse the string using switch case?
Tell me with an example the self-referential structure?