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

how can i do offset compensation , phase compensation and gain ratio using DAC?

0 Answers  


Difference Between CDMA and GSM?

1 Answers   Alcatel,


For asynchronous transmission, is it necessary to supply some synchronizing pulses additionally or to supply or to supply start and stop bit?

2 Answers   IBM, Wipro,


what is encoder? mechanical encoder?

2 Answers   HCL, TATA, Tata Communications,


Explain the configuration of 4+4+4.

0 Answers   NSN,






Why there is no consistency in ur percentage of marks of 10th,inter and b-tech?

2 Answers   ADP, TCS,


Hi.im IMRAN.Im pursuing my B.tech final yr.plzzz any 1 guide that vich course shud i take in telecom.either protocol development or protocol testing or hardware plzzzz tell me n hz this important in future n why shud i take.plzzzzz its my request u to send this answer.thnx bro i vil wait for u r answer.k.byeeeeeee

1 Answers  


What will happen if we change the polarity of microwave antenna?

0 Answers   NSN,


what is formalism of embedded system?

5 Answers  


If we use heat sinkble rechem make HT jointing kit for XLPE HT (6KV)termination at HT side of transformenr, Is it required to fill the HT termination with Epoxy compoud?

0 Answers   HAL,


what is the representation of a discrete signal?

6 Answers  


Explain what are semiconductor devices?

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)