C++ 3rd Code ( using cin.get alternate system("pause")
Mohammed Salah

Mohammed Salah @md-salah

About: Civil Engineer Like programming

Location:
saudi arabia
Joined:
Jan 15, 2025

C++ 3rd Code ( using cin.get alternate system("pause")

Publish Date: Jan 17
0 0
#include <iostream>
using namespace std; 
int main()
{
cout<<" Hello C++ World "<<endl; 
cin.get();
return 0 ;
}
Enter fullscreen mode Exit fullscreen mode

Comments 0 total

    Add comment