What is meaning of "Void main" in C Language.
Answer Posted / mohit giri
void main() is a main function in c language.void means
nothing return any value.this function is used to execute our
program.without main(), program can compile but not run.
| Is This Answer Correct ? | 40 Yes | 14 No |
Post New Answer View All Answers
find the sum of two matrices and WAP for it.
What is the difference between array and pointer?
Why do we use c for the speed of light?
What are the ways to a null pointer can use in c programming language?
Which is best linux os?
Explain what does the format %10.2 mean when included in a printf statement?
Why main is not a keyword in c?
Explain what is operator promotion?
What is the difference between variable declaration and variable definition in c?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Why is c so powerful?
Write a program to find factorial of a number using recursive function.
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
How can I implement a delay, or time a users response, with sub-second resolution?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?