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

WAP to find that given no is small or capital

Answer Posted / naresh.s

main()
{
char ch;
scanf("%d",&ch);
if(ch>64&&ch<91)
printf("capital");
else
printf("small");
}

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 c programming structure?

1278


What is the difference between declaring a variable and defining a variable?

1348


Can 'this' pointer by used in the constructor?

1134


What is a char c?

1089


What is the sizeof () a pointer?

1055


What are the types of functions in c?

1039


What are operators in c?

1077


What the different types of arrays in c?

1125


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

2187


Why isn't any of this standardized in c? Any real program has to do some of these things.

1266


Is c dynamically typed?

1213


How can I generate floating-point random numbers?

1203


What is the need of structure in c?

1189


Explain what are multibyte characters?

1257


How can I copy just a portion of a string?

1368