Menu
C Exercises
Tricky Programs in C
C Project-1
C Project-2
Core Java
Interview Questions
Java Introduction
Basic Java Examples
Arrays in Java
Generics in Java
Constructor in Java
Courses
Tools
Alternatives
Tech Updates
C Program To Print "Welcome" without using (;) "semicolon's" using if-statement
Print welcome without using semicolons:
#include
<stdio.h>
void
main
()
{
if
(
printf
(
"welcome"
))
{}
}
Above Program show's the following
output:
No comments:
Post a Comment
If you have any doubts, please discuss here...👇
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
If you have any doubts, please discuss here...👇