Pointers Flashcards

1
Q

how do you define a pointer variable

A

int *POINTER = NUM;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

how to change a pointer into a preexisting variable?

A

*POINTER = &VAR;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly