How will you print "Hello World" without semicolon in c programming Language?
C Programming Language > Decision Making of C Language > switch case
853
Answer:
You can use this below two code Code 1:
#includeCode 2:int main(void) { switch(printf("Hello World ")); }
#includeOutputint main(void) { switch(printf("Hello World ")){} }
Hello World Press any key to continue . . .
This Particular section is dedicated to Question & Answer only. If you want learn more about C Programming Language. Then you can visit below links to get more depth on this subject.
Join Our telegram group to ask Questions
Click below button to join our groups.