Answer Posted / mohit jain
main() function is user defined function becoz we defined it.
it is not predfined in header files.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is a pragma?
What is difference between class and structure?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
Do pointers take up memory?
Explain b+ tree?
What is console in c language?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
what is the role you expect in software industry?
What are the differences between new and malloc in C?
Explain Basic concepts of C language?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
C program to find all possible outcomes of a dice?
What is #define used for in c?
What is meant by keywords in c?
Explain spaghetti programming?