write a “Hello World” program in “c” without using a semicolon?

Answer Posted / latiff

int main()
{
if(printf("hello world"))
}
In if statement compiler does not expect semicolon.

Is This Answer Correct ?    6 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3617


What is a pragma?

906


What is struct node in c?

848


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

855


What is the significance of an algorithm to C programming?

838


What are the application of void data type in c?

999


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

1838


What is a spanning Tree?

1290


Why c is called object oriented language?

842


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

1012


How do you write a program which produces its own source code as output?

869


What is declaration and definition in c?

784


What does the && operator do in a program code?

977


What is function what are the types of function?

782


Differentiate between new and malloc(), delete and free() ?

935