C++ ALL PROGRAM CODE

1.HELLO WORLD
#include <iostream>

using namespace std;

int main()
{
    cout << "Hello World" << endl;
}












 










Comments