Ad Code

My First C++ Program

Advertisements

 My First C++ Program


#include<iostream.h>

void main()

{

cout<< "Welcome!";

cout<< "This is my first Program using C++";

}

===========================================

Output:

Welcome!

This is my first Program using C++


Download Link
Advertisements

Post a Comment

0 Comments