What is meaning of "Void main" in C Language.
Answer Posted / rahul tripathi
main is also a function.Operating system will call this function.void means it returns nothing.when the function completed it task, it just goes out of scope.
http://www.cetpainfotech.com/technology/c-language-training
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is file in c preprocessor?
Where we use clrscr in c?
What is string concatenation in c?
Do pointers store the address of value or the actual value of a variable?
code for find determinent of amatrix
Which header file is essential for using strcmp function?
Define and explain about ! Operator?
By using C language input a date into it and if it is right?
Write a program to reverse a given number in c language?
What does the format %10.2 mean when included in a printf statement?
Explain #pragma statements.
What are global variables?
How many types of functions are there in c?
What is an operator?
When do we get logical errors?