Data Operators Flashcards
1
Q
Get the size of
A
sizeof()
2
Q
Array subscript
A
[]
3
Q
The address of
A
&
4
Q
The Value of
A
*
5
Q
Structure dereference
A
->
6
Q
Structure reference
A
.