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 / jaya prakash

int main()
{

if(printf("Hello"))
{
//Null statement
}

}

Is This Answer Correct ?    51 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

1761


What is the hardest programming language?

1138


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

1303


What is main function in c?

1072


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

995


Disadvantages of C language.

1092


Give me the code of in-order recursive and non-recursive.

1364


please give me some tips for the placement in the TCS.

2103


Linked lists -- can you tell me how to check whether a linked list is circular?

1074


plz let me know how to become a telecom protocol tester. thank you.

2186


Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

2288


What is the purpose of void in c?

1063


What are variables and it what way is it different from constants?

1234


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4673


Differentiate between null and void pointers.

1155