sparrow02

2

Dec 8th, 2019
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #include <iostream>
  2. #include<string.h>
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7. char*napis2="Ala ma kota";
  8. cout<<napis2;
  9. napis2="inny napis";
  10. cout<<napis2;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment