Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is meaning of "Void main" in C Language.

Answer Posted / manoranjan kuiri

Main() is the function from which a c program starts its
execution.And every function returns some value after its
execution.
So it important in most of the C program.If we dont need any
return type we declare a function starting with void.
Means void is a return type.void means not returning any thing.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I trap or ignore keyboard interrupts like control-c?

1118


What are the 5 elements of structure?

1134


Why is c fast?

1123


What is a string?

1174


Explain what is the use of a semicolon (;) at the end of every program statement?

1262


When should the register modifier be used? Does it really help?

1009


What is the advantage of c?

1209


Is it better to bitshift a value than to multiply by 2?

1148


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

2887


Why do we use header files in c?

1128


What is the sizeof () operator?

1137


given post order,in order construct the corresponding binary tree

2859


What's the difference between constant char *p and char * constant p?

1194


Can you please compare array with pointer?

1156


In a byte, what is the maximum decimal number that you can accommodate?

1201