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

Is c language still used?

537


what is the significance of static storage class specifier?

1663


Differentiate between full, complete & perfect binary trees.

671


What is a file descriptor in c?

562


What is declaration and definition in c?

525






What do you mean by scope of a variable in c?

544


What is a lookup table in c?

627


What is local and global variable in c?

616


Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250

1507


Why is c still so popular?

618


Simplify the program segment if X = B then C ← true else C ← false

2583


Why string is used in c?

580


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

634


What does *p++ do? What does it point to?

616


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

1328