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
Ow can I insert or delete a line (or record) in the middle of a file?
Should I learn data structures in c or python?
What does struct node * mean?
What is a function in c?
The difference between printf and fprintf is ?
Can we use visual studio for c?
difference between native and cross compilers
Tell us the use of fflush() function in c language?
Is calloc better than malloc?
What is the use of a static variable in c?
What is ## preprocessor operator in c?
How are 16- and 32-bit numbers stored?
Which is an example of a structural homology?
What is a string?
What is actual argument?