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
How do you list a file’s date and time?
Explain pointers in c programming?
What's a good way to check for "close enough" floating-point equality?
What is a stream?
Is swift based on c?
Explain what are linked list?
What does s c mean on snapchat?
what is the basis for selection of arrays or pointers as data structure in a program
What are the advantage of c language?
Why is struct padding needed?
Write a program to check palindrome number in c programming?
how to construct a simulator keeping the logical boolean gates in c
How does free() know explain how much memory to release?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
Explain the ternary tree?