N@vinkumar Dhopre
Don't Bug me I am coding......
Pages
Home
C Language
OOP(C++)
Java
DATA STRUCTURE
Cryptography & Network Security
Pages
Software Engineering
Wireless Sensor Network
Mobile & Wireless Communication
Internet of Things (IoT)
C Program to Print "HELLO"
Source Code
#include <stdio.h>
#include <conio.h>
int main()
{
printf("HELLO"); /* printf() prints the content inside quotation */
getch();
}
Output
HELLO
Download
No comments:
Post a Comment
Home
Subscribe to:
Posts (Atom)
No comments:
Post a Comment