Answer Posted / aditya reja
main() is a user define function because its definition
is always define by user and its definition is not present in
any header file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do you know what are the properties of union in c?
Why is python slower than c?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What is fflush() function?
What are the differences between Structures and Arrays?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
List a few unconditional control statement in c.
What are directives in c?
What is pointer and structure in c?
What is "Duff's Device"?
Explain how can a program be made to print the name of a source file where an error occurs?
Explain how do you convert strings to numbers in c?
Explain null pointer.
Explain what does the format %10.2 mean when included in a printf statement?
Why is void main used?