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 largest of 3 no

Answer Posted / g.ravi teja

#include<stdio.h>
int main()
{
int a,b,c;
printf("enter the numbers");
scanf("%d,%d,%d",&a,&b,&c);
if(a>b&&a>c)
printf("a is greater");
if(b>a&&b>c)
printf("b is greater");
else
printf("c is greater");
}

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between text and binary i/o?

1112


What is difference between && and & in c?

1157


What do you mean by keywords in c?

1198


Is javascript based on c?

1115


What is the concatenation operator?

1207


What is a static function in c?

1240


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

1338


What is the difference between class and object in c?

1239


What the different types of arrays in c?

1123


Write a program to check prime number in c programming?

1146


How do you determine whether to use a stream function or a low-level function?

1191


What is pointer in c?

1249


What is the difference between formatted&unformatted i/o functions?

1104


What are external variables in c?

1164


What is pivot in c?

1077