Hi guys!
just so confused about something that I was disregarding it everytime, and this time comes to ask.
I've read about pointers and just want to know if [/code]int**[code] called also a pointer !
what I know that if
Code:
int *
then it's a pointer. but what about
Code:
int **
is it called also a pointer?