(41)
Choose the option that contains only valid hexadecimal integers.
Answer: Option [D]
The base of Hexadecimal number system is 16. It contains 0 to 9 and A,B,C.D,E,F to represent zero to fifteen.
Answer: Option [D]
The base of Hexadecimal number system is 16. It contains 0 to 9 and A,B,C.D,E,F to represent zero to fifteen.
Answer: Option [A]
The relational operators in 'C' are ==, !=, >, <, >=, <=. They always results in either True or False.
Answer: Option [D]
Variable name, function name, structure name etc. are called identifiers. Spaces are not used in names.