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
What are runtime error?
what is the role you expect in software industry?
What is #include stdlib h?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
Explain about block scope in c?
What are the benefits of c language?
What is typedf?
how can f be used for both float and double arguments in printf? Are not they different types?
What is the meaning of && in c?
Why is c so powerful?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
How can you increase the allowable number of simultaneously open files?
while initialization of array why we use a[][2] why not a[2][]...?
What does the error 'Null Pointer Assignment' mean and what causes this error?
Do you know the use of 'auto' keyword?