Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

"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


Please Help Members By Posting Answers For Below Questions

What is 02d in c?

1114


What are the different types of pointers used in c language?

1103


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

2389


Differentiate between a for loop and a while loop? What are it uses?

1239


What is define directive?

1219


What does c value mean?

1264


What are structures and unions? State differencves between them.

1257


What is the explanation for prototype function in c?

1036


What is the difference between the expression “++a” and “a++”?

1276


Which is the memory area not included in C program? give the reason

1999


Explain the use of 'auto' keyword in c programming?

1186


What is the scope of static variable in c?

1085


Why can’t constant values be used to define an array’s initial size?

1442


how to capitalise first letter of each word in a given string?

1984


a program that can input number of records and can view it again the record

1966