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
Where are c variables stored in memory?
Why static is used in c?
Is c high or low level?
How can you convert integers to binary or hexadecimal?
why programs in c are running with out #include
What are the disadvantages of external storage class?
What is the difference between char array and char pointer?
In which layer of the network datastructure format change is done
What is function prototype in c language?
What are the different data types in C?
How can you return multiple values from a function?
How can a number be converted to a string?
Tell me about low level programming languages.
What are the different types of linkage exist in c?
Tell me what is null pointer in c?