0
What keyword is used to free allocated memory in C++?
Dynamic memory
4 odpowiedzi
+ 1
the delete operator
example:
int *x = new int;
delete x;
+ 3
The question says "unused" o_O
+ 3
oof, not sure what unused is supposed to mean
- 2
Pardon typing error supposed to be used