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 is default value of global variable in c?
How can I remove the trailing spaces from a string?
How can I recover the file name given an open stream?
What are bitwise shift operators in c programming?
What is the difference between malloc() and calloc() function in c language?
Do you know pointer in c?
Explain what are the advantages and disadvantages of a heap?
What is define directive?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
Is swift based on c?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Describe dynamic data structure in c programming language?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What is the full form of getch?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration