How to print "I Love My India" without using semi colon?
Answer Posted / sanjay
On VC++ and on Unix. Dont use getch();
as it was clearly mentioned for not to use ;
#include<stdio.h>
main()
{
if(printf("I love my India"))
}
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What do mean by network ?
How can I manipulate strings of multibyte characters?
all c language question
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
What are all different types of pointers in c?
What is the use of pointers in C?
What are the advantages and disadvantages of c language?
What is the scope of static variable in c?
how can f be used for both float and double arguments in printf? Are not they different types?
What are the different types of pointers used in c language?
What is main () in c?
writ a program to compare using strcmp VIVA and viva with its output.
Is void a keyword in c?
Explain Function Pointer?
What is a list in c?