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

How can I insert or delete a line (or record) in the middle of a file?

570


What is c language and why we use it?

614


What are the back slash character constants or escape sequence charactersavailable in c?

678


What are local static variables? How can you use them?

639


What is omp_num_threads?

575






Write a program to check palindrome number in c programming?

596


formula to convert 2500mmh2o into m3/hr

491


Can main () be called recursively?

622


Why static variable is used in c?

548


What is the advantage of a random access file?

637


Why we use stdio h in c?

575


What is the difference between void main and main in c?

621


What is auto keyword in c?

787


What are derived data types in c?

606


Write a program to print numbers from 1 to 100 without using loop in c?

633