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

What is the significance of an algorithm to C programming?

1042


What are the difference between a free-standing and a hosted environment?

1284


What is character set?

1166


difference between Low, Middle, High Level languages in c ?

2079


Write a Program to find whether the given number or string is palindrome.

1273


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

1006


What are called c variables?

1054


What is union and structure in c?

1215


p*=(++q)++*--p when p=q=1 while(q<=6)

1756


write a c program to calculate sum of digits till it reduces to a single digit using recursion

3305


Is there a built-in function in C that can be used for sorting data?

1250


Why is c faster?

1090


List some basic data types in c?

1025


why do some people write if(0 == x) instead of if(x == 0)?

1068


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

3086