How to print "I Love My India" without using semi colon?

Answer Posted / shamik

#include<stdio.h>
void main()
{
if(printf("I love my India"))
getch();
}

Is This Answer Correct ?    38 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is c token?

605


Explain how do you declare an array that will hold more than 64kb of data?

900


Why can't I perform arithmetic on a void* pointer?

635


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

1890


What is the sizeof () a pointer?

545






What is identifier in c?

540


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2264


Explain how can I prevent another program from modifying part of a file that I am modifying?

633


what do u mean by Direct access files? then can u explain about Direct Access Files?

1638


What is the code for 3 questions and answer check in VisualBasic.Net?

1687


Explain a file operation in C with an example.

660


What are the different categories of functions in c?

641


What is return in c programming?

509


What are the 4 data types?

592


What are pointers? Why are they used?

627