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...

whitch value return void main?

Answer Posted / srinath goud

void main returns 'no value'.

Is This Answer Correct ?    14 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does char * * argv mean in c?

1117


What is the difference between char array and char pointer?

1116


What is the purpose of sprintf() function?

1178


What is wrong in this statement?

1212


How can I automatically locate a programs configuration files in the same directory as the executable?

1227


Write the Program to reverse a string using pointers.

1068


Explain how do you determine a file’s attributes?

1090


What is bubble sort technique in c?

1029


simple program of graphics and their output display

2044


How do I send escape sequences to control a terminal or other device?

1121


#include #include struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

6389


What are nested functions in c?

1070


Explain the meaning of keyword 'extern' in a function declaration.

1203


What is the difference between int main and void main in c?

1235


What are the 4 data types?

1055