InterviewSolution
Saved Bookmarks
| 1. |
The macro __________ defines the number of bits in a byte, which is equal to _______(a) CHAR_BIT, 4(b) CHAR_BYTE, 8(c) CHAR_BIT, 8(d) CHAR_BYTE, 4I got this question during an interview.My question is based upon Implementation-Defined Limits topic in section C Library of C |
|
Answer» The CORRECT choice is (C) CHAR_BIT, 8 |
|