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 the function of void main()?

Answer Posted / shaheen

The expectation you have from a function is the return type
you can use(returntype) is called void here the example
void FunctionName(); here void is used when no meaning ful
value is return(simply int c=0; it does not return a value)



shaheen(mca)
kaikalur

Is This Answer Correct ?    7 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is volatile keyword in c?

1092


What does %p mean?

1158


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

1074


The file stdio.h, what does it contain?

1220


Tell me what are bitwise shift operators?

1178


Why void main is used in c?

1106


What are the application of void data type in c?

1238


Can you assign a different address to an array tag?

1216


How do I swap bytes?

1123


Write a program to generate the Fibinocci Series

1305


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

1329


Why is c so popular?

1213


What is function what are the types of function?

1060


Differentiate between declaring a variable and defining a variable?

1091


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

1195