1.

The maximum value of a signed char is not the same as the maximum value of an unsigned char.(a) True(b) FalseThis question was posed to me during an internship interview.My enquiry is from Implementation-Defined Limits in chapter C Library of C

Answer»

The correct option is (a) True

To EXPLAIN I WOULD say: The maximum value of a signed char is 127 and that the maximum value of an unsigned char is 255. THUS it is clear that the maximum value of a signed char is not the same as the maximum value of an unsigned char.



Discussion

No Comment Found

Related InterviewSolutions