NetApp Interview Question

Write a program printing '"hello World" without semi colon in c.

Interview Answers

Anonymous

Dec 7, 2010

Mala Punyani [12/3/2010 12:10:32 PM] Mala Punyani: #include main() { if(printf("Hello World \n")) { } }

5

Anonymous

Feb 14, 2011

I wonder why such a question is needed? They don't like semi colons in their code is it? ;)

3