"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 |
Can math operations be performed on a void pointer?
What is the proper way of these job Tell me about there full work
How can I remove the trailing spaces from a string?
Explain function pointer with exapmles.
which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
Write a C program to perform some of the operation which can be performed using Single linked list
What is the difference between i++ and i+1 ?(in terms of memory)
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
difference between i++* and *++i
What is malloc and calloc?
What is cohesion and coupling in c?