Is it possible to print something in 'C' without semicolon
One of my friend asked me that is it possible to print something in 'C' without semicolon.
I had tried more things like turnary operators,MACROs.I cant succeed.
But as you any statement in C will terminate with semicolon so I failed.
Is there any way to print in C without using semicolon?
Thanking You.