"I LOVE MY COUNTRY"
write a c program to get "COUNTRY MY LOVE I" as the output.
Use any other programming language. It is not mandatory to
use C.
Answer Posted / knk
i think it finets a tower of hanoi prob,its pgm shud work jus
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
Is c dynamically typed?
What are the disadvantages of a shell structure?
What are the disadvantages of external storage class?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
Explain Function Pointer?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Explain how can I pad a string to a known length?
What is the best way to comment out a section of code that contains comments?
Describe the steps to insert data into a singly linked list.
Is c programming hard?
What are types of functions?
Why do we use static in c?
Explain how can a program be made to print the line number where an error occurs?
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?
How do you initialize pointer variables?