/* * C Program to Print any Print Statement without using Semicolon */ #include void main() { if(printf("Hi.. Welcome to sanfoundry")) { } }