Write a program in C to display a message without using semi colon anywhere in program
#include
[b]void main()[/b]
[b]{[/b]
[b]if(printf(”Hello”))[/b]
[b]{}[/b]
[b]}[/b]
We can write the printf inside while or switch as well for same result.