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

1 Risposta
Hai spesso domande come questa?
Impara in modo più efficiente, gratuitamente:
Popolare oggi
Ошибка в приложении Sololearn
1 Votes
NEO V2.0
1 Votes
Sololearn course
1 Votes
Best language?
0 Votes
int x = 6; int a = 5; int *px = &x; *px = --a; x = a; cout << *px << x;