Print Wlecome to C++ Programing in C++ | Ameer Yousuf - C++ Programs Codes

Latest

Sunday, 31 January 2021

Print Wlecome to C++ Programing in C++ | Ameer Yousuf

 CODE: 

#include<iostream>

using namespace std;

int main(){

cout<<"Welcome to C++ Programing";

return 0;

}

OUTPUT: 





 

No comments:

Post a Comment

Plz don't enter any spam link in the comment box!