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 / anu

void main() is a function. It is used in a program when a
function has no return value.

Is This Answer Correct ?    19 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does it mean when the linker says that _end is undefined?

1149


Is c easy to learn?

1036


What are pointers? What are different types of pointers?

1226


What is the heap?

1266


What are enums in c?

1291


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

2210


Why n++ execute faster than n+1 ?

3154


Describe static function with its usage?

1278


What is || operator and how does it function in a program?

1164


Who invented b language?

1476


What is the purpose of clrscr () printf () and getch ()?

1115


What are dangling pointers? How are dangling pointers different from memory leaks?

1394


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

1487


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

2219


If the size of int data type is two bytes, what is the range of signed int data type?

1075