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
Is c is a high level language?
Why can’t we compare structures?
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.
What does %p mean c?
Which is best linux os?
What is c preprocessor mean?
i got 75% in all semester am i eligible for your company
Can we declare variables anywhere in c?
Explain what is #line used for?
write a program to concatenation the string using switch case?
How we can insert comments in a c program?
what are bit fields in c?
What is preprocessor with example?
What is pragma in c?
What is the ANSI C Standard?