#include <iostream> |
type *variableName int *pt declares a integer pointer. An
integer pointer is a address on an integer variable.
#include <iostream> |
The address of num is: 006AFDF0 |
&variable gives the address of the variable.
#include <iostream> |
5 |
#include <iostream> |
#include <iostream> |
new operator
#include <iostream> |
H |
#include <iostream> |