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

To explain I WOULD SAY: The macro CHAR_BIT defines the number of bits in a byte, which is equal to 8.



Discussion

No Comment Found

Related InterviewSolutions