Home
About Us
Privacy Policy
Contact Us
Tech n Facts
"Know Hacking! But No Hacking!"
Tux Education
Our New Education Channel Please Share And Subscribe It...
Navigation
Technology
Inventions
Gadgets
Reports
Updates
Facts
Android
Apps
Games
Updates
Windows
Tricks
Updates
Reports
Hacking
Tricks
Phishing
Education
BCA Stuff
C Programming
Books
Extra Stuff
VIT
Data Structure
Java
Computer Architecture
My Hackathon Project
Home
»
C
»
/* Program To Print HELLO WORLD Without Using Semicolon Solution : 3*/
/* Program To Print HELLO WORLD Without Using Semicolon Solution : 3*/
in
C
- on 11:38:00 AM -
No comments
// Compiler : Dev-C++ 4.9.9.2
#include<stdio.h>
int main()
{
switch(printf("Hello World"))
getch();
return 0;
}
Tweet
Post a Comment
Newer Post
Older Post
Home
Social Media
Post a Comment