Advertisement
dllbridge

Untitled

Apr 7th, 2025
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.24 KB | None | 0 0
  1.  
  2. #include  <iostream>
  3. //#include    <cstring>
  4. using namespace std;
  5.  
  6.  
  7. /////////////////////////////////////
  8. int main()
  9. {
  10.    
  11.     string s1 =      "SONY",
  12.            s2 = " Pictures";
  13.    
  14.     string s3 = s1 + s2;
  15.    
  16.     cout << s3 << endl;
  17. }
  18.  
  19.  
  20.  
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement