How can run a c program without using a single semicolon. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How can run a c program without using a single semicolon.

19th Jul 2017, 9:44 AM
Alok Singh
Alok Singh - avatar
4 Answers
+ 3
when do you use a single semi - colon .
19th Jul 2017, 11:05 AM
RZK 022
RZK 022 - avatar
+ 2
welcome @swim bro ,no doubt that is the best and very simple answer to understand.
20th Jul 2017, 9:10 AM
Alok Singh
Alok Singh - avatar
+ 1
with if statement : int main{ if((int i=0) || 1){ if(printf("%d\n",i)){} } } But please, don't do that !
19th Jul 2017, 4:20 PM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
+ 1
yes with if statement ..
20th Jul 2017, 2:54 AM
Alok Singh
Alok Singh - avatar