- 1
Write a C program to print anything without a semicolon .
2 ответов
+ 4
#include<stdio.h>
void main(){
switch ( printf("Hello Yashwant Ravindra") ) {
}
}
-- =====================
You can do the same with if statement
+ 2
Well done bro !!