"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 / alen
using namespace std;
#include <iostream>
int main()
{
cout<<"\"COUNTRY MY LOVE I\"";
return 0;
}
| Is This Answer Correct ? | 10 Yes | 19 No |
Post New Answer View All Answers
How a string is stored in c?
What is the difference between volatile and const volatile?
Why is %d used in c?
explain what are actual arguments?
What are register variables? What are the advantage of using register variables?
What are the 5 elements of structure?
Can stdout be forced to print somewhere other than the screen?
Who is the founder of c language?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
what are # pragma staments?
Where are the auto variables stored?
Explain pointers in c programming?
What is the use of c language in real life?
When do we get logical errors?
What is sizeof in c?