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

Answer Posted / rosaiah

int main()
{
if(printf("hello"))
{
\* blank*\
}
}

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of the statement: strcat (S2, S1)?

638


What are the advantages of c language?

662


Describe the difference between = and == symbols in c programming?

771


What is sorting in c plus plus?

561


What is the 'named constructor idiom'?

636






What is ## preprocessor operator in c?

609


What are the 4 types of unions?

603


Why n++ execute faster than n+1 ?

1838


Who developed c language?

635


write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.

2449


What is the use of bit field?

635


What is declaration and definition in c?

521


What is methods in c?

637


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

1763


How many levels of pointers have?

589