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

Answer Posted / prashanth

main()
{

if(printf("hello"))

}

Is This Answer Correct ?    54 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the 5 organizational structures?

561


What is file in c preprocessor?

646


Write a program of prime number using recursion.

611


Define VARIABLE?

684


What is FIFO?

667






Does free set pointer to null?

551


How do I copy files?

619


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a

1446


In which language linux is written?

595


What are the advantages of using new operator as compared to the function malloc ()?

751


what is the basis for selection of arrays or pointers as data structure in a program

3782


In C, What is the #line used for?

1045


Give basis knowledge of web designing ...

1567


Can you mix old-style and new-style function syntax?

658


What is define c?

568