- #1
transgalactic
- 1,395
- 0
when i declare
why the type of ptr_b is int
and not int*
?
Code:
int* ptr_a, ptr_b;
why the type of ptr_b is int
and not int*
?