What is meaning of "Void main" in C Language.
Answer Posted / prasanna kumar [cse dept. kln
in c and c++ language,void main()
should be used when the main body of programs executed.
void means-nothing(ie) it should returning the value as zero
or the value which we used in our program and another one is
its returning the value when any function is used in our program
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
what are the advantages of a macro over a function?
Can a function argument have default value?
What would be an example of a structure analogous to structure c?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What does %2f mean in c?
Differentiate between full, complete & perfect binary trees.
What are the advantages and disadvantages of a heap?
How the c program is executed?
What is wrong with this initialization?
What does c mean in basketball?
Explain enumerated types.
What is meant by errors and debugging?
When can a far pointer be used?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Lists the benefits of c programming language?