If an integer needs two bytes of storage, then the maximum value of the signed integer is
215 – 1
Calculating Bits for Magnitude Since one bit out of the total 16 bits is used for the sign, the remaining bits are used to represent the magnitude (the absolute value) of the number. Therefore, 15 bits are available to represent the magnitude of the signed integer. Therefore, the correct answer is 2 15 – 1.
Which one is the reserved word in C language ?
Which of the following is the feature(s) of High level programming languages?
I. Portability
II. Easy debugging
Which of the following is a type of subprogram?
I. Function
II. Subroutine
In object-oriented programming, which keyword ensures that a member variable belongs to the class itself rather than to any specific object, thereby allowing all instances to share a single copy of that variable?
The condition num! = 65 cannot be replaced by