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 can I make a program in c to print 'Hello' without
using semicolon in the code?

Answer Posted / madhu

int main()
{
if(printf("Hello"))
{

}
}

Answer 2nd is correct;

Is This Answer Correct ?    23 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

2403


What are global variables and explain how do you declare them?

1184


Is calloc better than malloc?

1075


Explain what is the difference between null and nul?

1214


write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

16113


Why are all header files not declared in every c program?

1150


Can you please compare array with pointer?

1156


why we wont use '&' sing in aceesing the string using scanf

2427


What are register variables? What are the advantage of using register variables?

1234


Under what circumstances does a name clash occur?

1275


How can I convert a number to a string?

1254


What is keyword with example?

1123


Does c have an equivalent to pascals with statement?

1066


What is the difference between declaring a variable and defining a variable?

1347


What is atoi and atof in c?

1135