How can I make a program in c to print 'Hello' without
using semicolon in the code?

Answer Posted / akash dibya

{
if(printf("Hello"))
{
\*blank*\
}
}

Is This Answer Correct ?    18 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.

1572


What is the difference between malloc calloc and realloc in c?

643


Write a program to print “hello world” without using semicolon?

667


What are loops in c?

545


What is sizeof array?

604






What is the use of define in c?

590


Write a Program to accept different goods with the number, price and date of purchase and display them

5435


What is nested structure in c?

604


Write a program to reverse a linked list in c.

635


Explain how can I write functions that take a variable number of arguments?

606


Explain what are preprocessor directives?

621


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

1657


define string ?

662


What does != Mean in c?

582


All technical questions

1503