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

"void" returns no value

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the 'named constructor idiom'?

1144


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

1174


Write a program to print fibonacci series using recursion?

1128


If fflush wont work, what can I use to flush input?

1149


Is c still used?

1095


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1944


What is the explanation for prototype function in c?

1027


What is difference between structure and union with example?

1119


Write a program to find the biggest number of three numbers in c?

1088


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

1134


How can I discover how many arguments a function was actually called with?

1111


What does the && operator do in a program code?

1278


Explain what does it mean when a pointer is used in an if statement?

1103


Why are all header files not declared in every c program?

1146


What is array of structure in c programming?

1328