Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #include <iostream>
  2. #include <stdlib.h>
  3. #include <isosteam.h>
  4.  
  5. struct samochod
  6. {
  7. char marka[20];
  8. int rok;
  9. char producent[30];
  10. }
  11. int main()
  12. samochod polonez=
  13. {
  14. "Polonez caro".
  15. "1955",
  16. "f50",
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement