1.

Numbers prefixed with ‘0x’ are in base __________(a) 8(b) 16(c) 32(d) 64The question was asked in homework.My doubt stems from Data Value Categories topic in division Data Types of MySQL

Answer»

The CORRECT choice is (b) 16

The best I can EXPLAIN: In MYSQL, there are many numeric datatypes. They include integers and floating points. For example, 34, 12.3, -1.3E11. The numbers that are prefixed with ‘0x’ are in HEXADECIMAL.



Discussion

No Comment Found

Related InterviewSolutions