PROGRAMMING IN C++
10 February 2017
C++ program to print "HELLO WORLD"...
INPUT
->
#include<iostream> using namespace std; int main() { cout << "Hello World"; return 0; }
OUTPUT
->
Hello World
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment