Write a C++ Program For Print a Word

Ram Pothuraju
#include <iostream>
using namespace std;



int main() {
    cout << "C++ Program.";
    return 0;
}

Output

C++ Programm.

Post a Comment

0Comments

Post a Comment (0)