Thread
:
how do i release the memory ocupied by a?
View Single Post
ghostonline
Newbie Member
10May2011,16:40
int x = 10;
int y = 12;
int *ax = &x
int *ay = &y
int*a = new int;
int temp;