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

Answer Posted / sam

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

}


so it is wrong

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is static function in c?

617


Tell me with an example the self-referential structure?

554


Why is c called "mother" language?

845


What is the use of ?: Operator?

653


What are the types of data types and explain?

657






Can a void pointer point to a function?

558


Define the scope of static variables.

590


What are the application of c?

634


What is the use of printf() and scanf() functions?

618


What are the Advantages of using macro

671


What is difference between array and structure in c?

563


List some of the static data structures in C?

749


Which header file is used for clrscr?

565


What are the rules for the identifier?

656


What are predefined functions in c?

553