Roja-Aspdotnet
Home
ASP.NET
VB.NET
C#
JQuery
SQL
Interview Questions
Find me on Facebook
Find me on Twitter
Contact me
Write a c program to print Hello world without using any semicolon.
Solution: 1
void main
(){
if
(printf(
"Hello world"
)){
}
}
Solution: 2
void main
(){
while
(!printf(
"Hello world"
)){
}
}
Solution: 3
void main
(){
switch
(printf(
"Hello world"
)){
}
}
Newer Post
Older Post
Home