how can i get the output
54321
4321
321
21
1
in c programming........???? pls help......
Answer Posted / aditya the future google ceo
(i=1;i<=5;i--)
{
(J=1;j<=i;j--)
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is character constants?
Explain what is meant by high-order and low-order bytes?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is the difference between fread buffer() and fwrite buffer()?
Can we increase size of array in c?
what are the facialities provided by you after the selection of the student.
What is call by value in c?
What is a union?
Was 2000 a leap year?
Can you please explain the difference between syntax vs logical error?
Why do we need a structure?
Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80
A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?
Which function in C can be used to append a string to another string?
What tq means in chat?