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 / sanjay pal

void main is necessary for every program.from this line
onward the program body starts.
before main there is a word void this means main return
nothing so parentheses() follwing main are also requrid
main is treated as a function in c and c++.

Is This Answer Correct ?    18 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why can’t we compare structures?

1327


how to write optimum code to divide a 50 digit number with a 25 digit number??

3301


How do we make a global variable accessible across files? Explain the extern keyword?

1941


Explain b+ tree?

1128


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

1108


how should functions be apportioned among source files?

1169


write a c program to find the sum of five entered numbers using an array named number

2209


Explain how can I pad a string to a known length?

1255


How can you tell whether a program was compiled using c versus c++?

1163


What is #include stdio h and #include conio h?

1183


What is the use of putchar function?

1111


What are the advantages and disadvantages of a heap?

1261


Write a program of advanced Fibonacci series.

1207


What is the advantage of an array over individual variables?

1296


What are the primitive data types in c?

1135