write a c programme to identify the biggest smallest and
middle value of the given three numbers

Answers were Sorted based on User's Feedback



write a c programme to identify the biggest smallest and middle value of the given three numbers..

Answer / aswani

#include<stdio.h>
#include<conio.h>
void main()
{
int a,b,c;
clrscr();
printf("enter a,b,c values");
scanf("%d%d%d",&a,&b,&c);
if(a>b&&a>c&&b>c)
{
printf("biggest number is a ");
printf("middle value is b");
printf("smallest value is c");
}
else if("a>b&&a>c&&c>b");
{
printf("big no is a");
printf("mid no is c");
printf("sma no is b");
}
else if(b>a&&b>c&&a>c)
{
printf("big no is b");
printf("mid no is a");
printf("sma no is c");
}
else if(b>a&&b>c&&c>a)
{
printf("big no is b");
printf("mid no is c");
printf("sma no is a");
}
else if(c>a&&c>b&&b>a)
{
printf("big no is c");
printf("mid no is b");
printf("sma no is a");
}
else if(c>a&&c>b&&a>b)
{
printf("big no is c");
printf("mid no is a");
printf("sma no is b");
}
getch();
}

Is This Answer Correct ?    7 Yes 6 No

write a c programme to identify the biggest smallest and middle value of the given three numbers..

Answer / santhoshi

#include<stdio.h>
main()
{
int a,b,c;
printf("Enter three values:");
scanf("%d %d %d",&a,&b,&c);
if(a>b&&a>c)
printf("biggest number is a ");
{
if(b>c)
printf("middle value is b");
else
printf("smallest value is c");
}
else if(b>a&&b>c)
printf("biggest number is b");
{
if(a>c)
printf("mid number is a");
else
printf("smallest number is c");
}
else(c>a&&c>b)
printf("biggest number is c");
{
if (b>a)
printf("mid no is b");
else
printf("smallest no is a");
}
getch();
}

Is This Answer Correct ?    6 Yes 5 No

Post New Answer

More Electronics Communications Interview Questions

On what principle the sonar/ radar works

3 Answers  


which is the best site to know about electronics for study

0 Answers   Wipro,


what is communication?

3 Answers  


sample papers for post of A.E. in P.S.E.B.

2 Answers   APTransco, FGH, Malwa, PSEB, PSPCL, VCV,


whah is active and passive components?

5 Answers   Hindalco,






Explain the approximate cost of the following corrosion monitoring systems. Smart pebbles eci-1(embedded corrosion instrument) monitoring cables time domain reflectometry &corrosion penetration monitoring system(cpmp)?

0 Answers  


Define the kirchoff's law? Difference between continuous and discrete time signal?

0 Answers  


Explain what are the universal logic gates?

0 Answers  


Hi dears, i work with E// switches since a bit time,i faces a problem with AFFILE output,when i get the out put (with Hex code) and i try to convert it to ASCII code it gives me the correct values but the data is not arrange correctly,there is some tabs,spaces and by result the data is shifted is there any advice for this case thanks & regards

0 Answers   Ericsson,


What is the significance of the arrow-head in the transistor symbol?

0 Answers  


plz tell me the syllabus for airport authority of india recruitment for the post of Jr. electronics engineer.let me know whether written test will be a aptitude test or technical??

2 Answers  


what are differential gain and common-mode gain of a differential amplifier?

0 Answers  


Categories
  • Civil Engineering Interview Questions Civil Engineering (5085)
  • Mechanical Engineering Interview Questions Mechanical Engineering (4452)
  • Electrical Engineering Interview Questions Electrical Engineering (16638)
  • Electronics Communications Interview Questions Electronics Communications (3918)
  • Chemical Engineering Interview Questions Chemical Engineering (1095)
  • Aeronautical Engineering Interview Questions Aeronautical Engineering (239)
  • Bio Engineering Interview Questions Bio Engineering (96)
  • Metallurgy Interview Questions Metallurgy (361)
  • Industrial Engineering Interview Questions Industrial Engineering (259)
  • Instrumentation Interview Questions Instrumentation (3014)
  • Automobile Engineering Interview Questions Automobile Engineering (332)
  • Mechatronics Engineering Interview Questions Mechatronics Engineering (97)
  • Marine Engineering Interview Questions Marine Engineering (124)
  • Power Plant Engineering Interview Questions Power Plant Engineering (172)
  • Textile Engineering Interview Questions Textile Engineering (575)
  • Production Engineering Interview Questions Production Engineering (25)
  • Satellite Systems Engineering Interview Questions Satellite Systems Engineering (106)
  • Engineering AllOther Interview Questions Engineering AllOther (1379)