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


Please Help Members By Posting Answers For Below Questions

What do you know about the use of bit field?

614


Can a variable be both constant and volatile?

564


What is spaghetti programming?

674


Discuss the function of conditional operator, size of operator and comma operator with examples.

682


What are the types of operators in c?

616






What do you mean by recursion in c?

633


How variables are declared in c?

576


How pointer is different from array?

585


Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

1600


What are the 4 types of functions?

578


What is an array? What the different types of arrays in c?

662


What is a wrapper function in c?

592


What is extern c used for?

572


Which control loop is recommended if you have to execute set of statements for fixed number of times?

816


Why isn't any of this standardized in c? Any real program has to do some of these things.

630