employer cover photo
employer logo

CSC interview question

write a program in C to print hello without using ;(semicolon).

Interview Answer

Anonymous

31 Jan 2012

if(printf("hello")) { } use dis in d code.