Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What are runtime error?

1176


what is the role you expect in software industry?

2198


What is #include stdlib h?

1145


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

1882


Explain about block scope in c?

1143


What are the benefits of c language?

1228


What is typedf?

1162


how can f be used for both float and double arguments in printf? Are not they different types?

1121


What is the meaning of && in c?

1085


Why is c so powerful?

1163


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?

1289


How can you increase the allowable number of simultaneously open files?

1210


while initialization of array why we use a[][2] why not a[2][]...?

2400


What does the error 'Null Pointer Assignment' mean and what causes this error?

1258


Do you know the use of 'auto' keyword?

1260