Remember
Register
1
new
Chill
new
Puzzles
new
GK
new
Sports
new
Business
Home
Questions
MCQs
Unanswered
Tags
Users
Ask a Question
Write Article
Articles
Connect to us
C: How to Print "hello world" without semi colon using switch?
0
votes
500
views
C: How to Print "hello world" without semi colon using switch?
c
interview questions
posted
Dec 1, 2016
by
anonymous
Share this question
Your comment on this post:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
1 Answer
0
votes
#include
<
stdio.h
>
main() { switch(printf("Hello World\n")) { } }
answer
Dec 2, 2016
by
Chirag Gangdev
Your comment on this answer:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Your answer
Thanks for contribution
Please be sure to answer the question, provide details and share your research.
Avoid asking cross question, use comment button instead.
Use
ctrl+k
to highlight,
ctrl+b
to make the text as bold.
Preview
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Similar Questions
+1
vote
How to print "Hello C++" with empty main() in C++? Without using class.
0
votes
Write a C program without using any loop to print numbers from 1 to 100 and 100 to 1 ?
+3
votes
Print factorial of a number without using semicolon using C?
+2
votes
How to print a semicolon(;) without using semicolon in C/C++?
0
votes
How to print a name without using character in C?
...