employer cover photo
employer logo
employer logo

VVDN Technologies

Is this your company?

VVDN Technologies interview question

Write a C program to print a statement without using semicolon.

Interview Answer

Anonymous

2 Mar 2015

#include int main() { if(printf("without semicolon")) { } } //use any conditional operator like switch,while loop,..

1