1. | The size of a pointer data type is |
|||||||
|
2. | Given the C declaration
float t1, *t2=&t1;
which variable contains "garbage"?
|
|||||||
|
3. | The indirection operator in C is the |
|||||||
|
4. | The indirection operator in C goes ______the variable that it operates on |
|||||||
|
5. | Which function does the asterisk in C not have? |
|||||||
|
6. | The ____ conversion code prints out addresses in pointer types |
|||||||
|
1
2
3
4
5
6
7
8
9
...next »