"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.
Answers were Sorted based on User's Feedback
Answer / 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 |
What is d'n in c?
what is diference between return 0 and return NULL??
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Can main () be called recursively?
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
const char * char * const What is the differnce between the above tow?.
write a program to print infinte number
What is the use of the sizeof operator?
write a c program that prints all multiples of 3between 1 and 50.
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
What is the difference between far and near in c?
write c program without semicolon
11 Answers MindTech, TCS, Wipro,