#include <iostream > using namespace std; int main() { cout << "This is your first C++ Program" << "\n"; system("pause"); return 0; }
The Output is Given Below:
This is your first C++ Program
c, c++ , java, oracle, database design, c tutorial, c++ tutorial, java tutorial, oracle tutorial, programming, make program easy, c programming, c advance program, java advance program
#include <iostream > using namespace std; int main() { cout << "This is your first C++ Program" << "\n"; system("pause"); return 0; }
This is your first C++ Program
All rights reserved||Using Deluxe Template By Klodian
0 comments:
Post a Comment