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 a struct c#?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
When should you not use a type cast?
how to construct a simulator keeping the logical boolean gates in c
What is the size of enum in c?
What are the types of arrays in c?
Define VARIABLE?
Why c is known as a mother language?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
How can you tell whether a program was compiled using c versus c++?
How can I remove the leading spaces from a string?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
Explain the binary height balanced tree?
What is the difference between array and structure in c?