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

Answer Posted / mukul

main()
{
if( (printf("hello"))
}

Is This Answer Correct ?    11 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by dynamic memory allocation in c? What functions are used?

864


Why do we use null pointer?

769


write a program to find out prime number using sieve case?

1830


Explain how do I determine whether a character is numeric, alphabetic, and so on?

860


can we implement multi-threads in c.

852






What is meant by operator precedence?

857


When would you use a pointer to a function?

775


What is the difference between char array and char pointer?

718


how to find anagram without using string functions using only loops in c programming

2909


What are the loops in c?

756


Explain how can I prevent another program from modifying part of a file that I am modifying?

840


Can static variables be declared in a header file?

799


What is a 'null pointer assignment' error?

926


What are data structures in c and how to use them?

863


Is void a keyword in c?

745