C Program : Print any print statement without using Semicolon

 #include <stdio.h>

int main() { for (printf("Hello, World!\n"); ;) { // No code here } return 0; }

Comments

Popular posts from this blog

Video Formats

Where video editing is used

File saving and folder management