"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
Write a simple code fragment that will check if a number is positive or negative.
Explain how do you determine a file’s attributes?
What's the right way to use errno?
What is the role of && operator in a program code?
Explain what are the different data types in c?
What is equivalent to ++i+++j?
Tell me the use of bit field in c language?
Write a code of a general series where the next element is the sum of last k terms.
Is using exit() the same as using return?
Explain what are the different file extensions involved when programming in c?
How will you write a code for accessing the length of an array without assigning it to another variable?
Explain what does the format %10.2 mean when included in a printf statement?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
Is struct oop?
When can a far pointer be used?