Teaching UGC NET Mock Test Series 2025 (Paper 1 & 2) Programming and Data Structure Programming in C
Which of the following is wrong about the data types?
1
The number is always positive when qualifier ‘unsigned' is used.
2
The number can be positive or negative when the qualifier ‘signed' is used
3
The range of values for signed data types is more than that of unsigned data types
4
The left most bit in unsigned data type is used to represent the value