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

Answer Posted / manoj singh

#include<stdio.h>
void main()
{
clrscr();
if(printf("\"I love my India\""))
while(!kbhit());
}

Is This Answer Correct ?    4 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is logical error?

605


explain how do you use macro?

667


What will be your course of action for a push operation?

669


c language interview questions & answer

1463


Why n++ execute faster than n+1 ?

1851






What is typedef struct in c?

584


Is calloc better than malloc?

578


What is static and auto variables in c?

567


What is typeof in c?

609


"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks

660


What is break statement?

633


i want to know the procedure of qualcomm for getting a job through offcampus

1938


Write program to remove duplicate in an array?

602


What is difference between scanf and gets?

614


What is LINKED LIST? How can you access the last element in a linked list?

633