"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
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Explain what standard functions are available to manipulate strings?
Without Computer networks, Computers will be half the use. Comment.
What do you mean by c what are the main characteristics of c language?
Tell us something about keyword 'auto'.
How can I read/write structures from/to data files?
When should you use a type cast?
What is void main () in c?
What are the 4 data types?
In which layer of the network datastructure format change is done
What is the difference between āgā and āgā in C?
What is 1d array in c?
What is f'n in math?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is return in c programming?