InterviewSolution
Saved Bookmarks
| 1. |
Hexadecimal values assigned to user variables are treated as _____________(a) strings(b) non binary strings(c) binary strings(d) integers |
|
Answer» Correct choice is (c) binary strings Best explanation: The hexadcimal or bit values assigned to user variables are treated as binary strings. In order to assign a hexadecimal or bit value as a number to a user variable, it is used in a numeric context. |
|