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

Answer Posted / bitan

int main(){
if(printf("Hello World")){}
}

Is This Answer Correct ?    35 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pointer & why it is used?

828


What is the difference between printf and scanf in c?

1032


a c code by using memory allocation for add ,multiply of sprase matrixes

2555


What is hungarian notation? Is it worthwhile?

969


find out largest elemant of diagonalmatrix

1900


Why flag is used in c?

885


What is the explanation for modular programming?

933


Why doesnt this code work?

843


What does double pointer mean in c?

802


develop algorithms to add polynomials (i) in one variable

1959


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

858


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

997


What is s in c?

853


What is volatile, register definition in C

907


Explain what is the use of a semicolon (;) at the end of every program statement?

991