fork download
  1. #include<iostream>
  2. using namespace std;
  3. int main()
  4. {
  5. char name[20];
  6. cout<<"Enter your name:";
  7. cin>>name;
  8. cout<<"Welcome:"<<name;
  9.  
  10. }
Success #stdin #stdout 0.01s 5512KB
stdin
Nushrath jahan monima
stdout
Enter your name:Welcome:Nushrath