+ 3
How can run a c program without using a single semicolon.
6 Answers
+ 3
when do you use a single semi - colon .
+ 2
welcome @swim bro ,no doubt that is the best and very simple answer to understand.
+ 1
with if statement :
int main{
if((int i=0) || 1){
if(printf("%d\n",i)){}
}
}
But please, don't do that !
+ 1
yes with if statement ..