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

Find greatest number out of 10 number without using loop.

Answer Posted / joshi

/* for same qustion this */

void main()
{
int a,b;
clrscr();
printf (enter the two number :);
scanf("%d%d",a,b);
if (a>b)
printf ("%d\n greater number",a);
else
printf ("%d\n greter number",b);
getch();
}

Is This Answer Correct ?    11 Yes 48 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different data types in C?

1249


Is there a built-in function in C that can be used for sorting data?

1341


Where is c used?

1154


Why do we use main function?

1236


What is a structure member in c?

1052


What are the similarities between c and c++?

1140


What are the 5 types of organizational structures?

1133


How do you define CONSTANT in C?

1367


What is the use of clrscr?

1156


What are identifiers c?

1142


What is difference between arrays and pointers?

1151


What is a char c?

1089


Is array name a pointer?

1079


What is #line used for?

1072


In a byte, what is the maximum decimal number that you can accommodate?

1199