What is meaning of "Void main" in C Language.
Answer Posted / piyush mani tiwari
The meaning of void is nothing thats why when the function
cant return any value than at that time we declair it as a void
void main means main does not return any value
| Is This Answer Correct ? | 133 Yes | 34 No |
Post New Answer View All Answers
Was 2000 a leap year?
Why do we need a structure?
What is a dynamic array in c?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Where is volatile variable stored?
How many levels deep can include files be nested?
What is extern storage class in c?
Why do we use & in c?
What is your stream meaning?
What is masking?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is getche() function?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Explain the Difference between the New and Malloc keyword.