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

1 Antwoord
Heb je vaak vragen zoals deze?
Leer efficiënter, gratis:
Populair vandaag
Coding for Cybersecurity
0 Votes
Pointers in c#
0 Votes
Salut tout le monde
1 Votes
How can i isntall modules
0 Votes
int x = 6; int a = 5; int *px = &x; *px = --a; x = a; cout << *px << x;