"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 / abinaya kannan
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf(" I LOVE MY COUNTRY");
getch();
}
| Is This Answer Correct ? | 6 Yes | 28 No |
Post New Answer View All Answers
What is 02d in c?
What are the different types of pointers used in c language?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Differentiate between a for loop and a while loop? What are it uses?
What is define directive?
What does c value mean?
What are structures and unions? State differencves between them.
What is the explanation for prototype function in c?
What is the difference between the expression “++a” and “a++”?
Which is the memory area not included in C program? give the reason
Explain the use of 'auto' keyword in c programming?
What is the scope of static variable in c?
Why can’t constant values be used to define an array’s initial size?
how to capitalise first letter of each word in a given string?
a program that can input number of records and can view it again the record