Discussion in 'C' started by ghostonline, May 10, 2011.
int x = 10; int y = 12; int *ax = &x int *ay = &y int*a = new int; int temp;
Memory allocated with new is freed with delete, and new[] with delete[].
Separate names with a comma.