+ 1
31st Aug 2020, 9:02 PM
Bayzid

1 Odpowiedź
Często masz takie pytania?
Ucz się bardziej efektywnie, za darmo:
Popularne dzisiaj
Sockets, etc
0 Votes
Quiz
0 Votes
Necesitó ayuda
1 Votes
Controls issue
0 Votes
Table tags on html
0 Votes
int x = 6; int a = 5; int *px = &x; *px = --a; x = a; cout << *px << x;