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

How do we open a binary file in Read/Write mode in C?

680


Why do we need volatile in c?

749


how to execute a program using if else condition and the output should enter number and the number is odd only...

1660


What are the differences between Structures and Arrays?

612


Why can arithmetic operations not be performed on void pointers?

590






What is call by value in c?

558


Can you return null in c?

597


What are all different types of pointers in c?

579


What does c in a circle mean?

583


Write a program to generate the Fibinocci Series

667


Is anything faster than c?

587


write a program fibonacci series and palindrome program in c

633


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

575


What is the difference between variable declaration and variable definition in c?

565


What do you mean by recursion in c?

629