http://ceesty.com/wCVMmN plzzzz visit
PROGRAM 1: #include<iostream> using namespace std; int main() { cout<<"HELLO WORLD"; return 0; } OUTPUT OF THE PROGRAM: HELLO WORLD ............................................................................................................................. PROGRAM 2: #include<iostream> using namespace std; int main() { cout<<"c++ is best language"; return 0; } OUTPUT OF THE PROGRAM: c++ is best language .............................................................................................................................
Comments
Post a Comment