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


Please Help Members By Posting Answers For Below Questions

Why is c so powerful?

687


what type of questions arrive in interview over c programming?

1559


Explain how does free() know explain how much memory to release?

575


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

662


Give basis knowledge of web designing ...

1574






Why pointers are used?

633


Do you know the use of fflush() function?

603


what are the facialities provided by you after the selection of the student.

1658


What is the size of enum in bytes?

589


What is data type long in c?

625


What is difference between structure and union in c programming?

569


Write a program with dynamically allocation of variable.

604


Explain argument and its types.

605


What is an auto keyword in c?

642


What are the 4 types of organizational structures?

625