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