adspace


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

ATM machine and railway reservation class/object diagram

5344


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2522


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

2269


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

2406


Differentiate between null and void pointers.

1270


`write a program to display the recomended action depends on a color of trafic light using nested if statments

2218


What is dynamic dispatch in c++?

1142


what is ur strangth & weekness

2598


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

1363


How do you determine the length of a string value that was stored in a variable?

1209


What are compound statements?

1301


Is int a keyword in c?

1067


What is pointers in c with example?

1173


write a progrmm in c language take user interface generate table using for loop?

2129


develop algorithms to add polynomials (i) in one variable

2269