+ 4

How to print a string in C language without simicolon.

i want to print string using C language without simicolon. there is a way to do this.

28th Sep 2017, 8:17 AM
Bashir Ahmad
2 Réponses
0
#include <stdio.h> int main() { char a[]="Hello"; if(printf("Hello World")) return 0; }
4th Jan 2018, 8:13 AM
Fahad
Fahad - avatar