doubt about new operator1)int a = 100; -> allocates memory at compile time in stack 2) int *q = new int(100); -> allocate...
This user does not accept Private Messages