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
ATM machine and railway reservation class/object diagram
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
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.
Differentiate between null and void pointers.
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is dynamic dispatch in c++?
what is ur strangth & weekness
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
How do you determine the length of a string value that was stored in a variable?
What are compound statements?
Is int a keyword in c?
What is pointers in c with example?
write a progrmm in c language take user interface generate table using for loop?
develop algorithms to add polynomials (i) in one variable