write a program that accepts 3 numbers from the user. dispaly
the values in a descending order.

Answer Posted / palani222samy

include<stdio.h>
int main()
{
int a,b,c;
printf("enter the a value")

Is This Answer Correct ?    2 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c is a high level language?

912


Why can’t we compare structures?

1073


Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.

1994


What does %p mean c?

852


Which is best linux os?

805


What is c preprocessor mean?

1065


i got 75% in all semester am i eligible for your company

1988


Can we declare variables anywhere in c?

801


Explain what is #line used for?

832


write a program to concatenation the string using switch case?

1844


How we can insert comments in a c program?

888


what are bit fields in c?

1263


What is preprocessor with example?

816


What is pragma in c?

883


What is the ANSI C Standard?

1038