Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Is c dynamically typed?

1217


Can one function call another?

1178


What is the use of #include in c?

1140


If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

1113


What does the error message "DGROUP exceeds 64K" mean?

1277


What is string function in c?

1054


What are structure types in C?

1161


How can I make sure that my program is the only one accessing a file?

1357


Can we change the value of static variable in c?

1080


what are the different storage classes in c?

1239


Is a pointer a kind of array?

1255


How does pointer work in c?

1205


Under what circumstances does a name clash occur?

1282


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

1247


Can we compile a program without main() function?

1186