C Exercises
'C' Exercises ▼
Basic C Programming
If-else Statements in C
Loops in C
Arrays in C
Pattern Programs in C
Series Programs in C
String in C
Switch-case in C
Functions in C
Pointers in C
Bitwise operators in C
File handling in C
Tricky Programs in C
Projects 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
Feb 27, 2020
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...👇