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

#include<stdio.h>
main()
{
int a,b,c;
clrscr();
if(a>b&&a>c)
{
printf("a is bigger than b and c");
}
else if(b>c)
{
printf(" b is bigger than a and c");
}
else
{
printf("c is bigger than a and b");
}
getch();
}

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is getch?

1273


What is && in c programming?

1220


where are auto variables stored? What are the characteristics of an auto variable?

1101


What is infinite loop?

1128


How can I call a function with an argument list built up at run time?

1285


Explain what is the purpose of "extern" keyword in a function declaration?

1121


What is the mean of function?

1189


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

2306


Explain what header files do I need in order to define the standard library functions I use?

1222


Explain #pragma statements.

1096


What language is windows 1.0 written?

1131


What is the process of writing the null pointer?

1056


In C programming, how do you insert quote characters (‘ and “) into the output screen?

1577


Explain how can you check to see whether a symbol is defined?

1244


Do variables need to be initialized?

1106