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
What is pointer & why it is used?
What is the difference between printf and scanf in c?
a c code by using memory allocation for add ,multiply of sprase matrixes
What is hungarian notation? Is it worthwhile?
find out largest elemant of diagonalmatrix
Why flag is used in c?
What is the explanation for modular programming?
Why doesnt this code work?
What does double pointer mean in c?
develop algorithms to add polynomials (i) in one variable
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
What is s in c?
What is volatile, register definition in C
Explain what is the use of a semicolon (;) at the end of every program statement?