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

How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

649


Why enum is used in c?

524


why programs in c are running with out #include? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

1317


What is actual argument?

591


What is a structure member in c?

550






Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

653


What is the difference between array and linked list in c?

601


What is indirection in c?

627


What is the use of getch ()?

638


What math functions are available for integers? For floating point?

625


What are the different properties of variable number of arguments?

669


How can I use a preprocessorif expression to ?

601


Which is the best website to learn c programming?

582


Differentiate between the = symbol and == symbol?

716


When the macros gets expanded?

790