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

why we are using register of 1k,10k,100k,47k,330k in cell phone based voting machine project?

0 Answers  


Hi; May you please tell me that There are any best institute or training center in north India region like as Delhi NCR for Protocol stack development & testing, which are better for experienced & professional engg.

0 Answers  


wat area the advantages of network gateway

1 Answers  


i want assit.loco poilet sample papers

0 Answers   RRB,


is the syllabus of group1 and group2 same for all graduates like btech,bsc,bcom?

0 Answers  






Define fbus protocol?

0 Answers  


if i get a job in bsc .what are the main key duties to handle

0 Answers  


What is the diffenece b/w QPSK and DPSK?In these which one is better and why its better?

4 Answers   Infosys, Innovis, TATA,


Is fan out of ECL logic family is high?give reason for yes or no?

0 Answers  


Why common-collector circuit is known as an emitter follower?

0 Answers  


How fast can the o/p of an op-amp change by 10v ,if its slew rate is 0.5v/micro sec.

1 Answers   HCL,


Why is zener diode used as a voltage regulator?

0 Answers  


Categories
  • Civil Engineering Interview Questions Civil Engineering (5085)
  • Mechanical Engineering Interview Questions Mechanical Engineering (4451)
  • Electrical Engineering Interview Questions Electrical Engineering (16632)
  • 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)