1.

The numbers that are prefixed with ‘0x’ are in base __________(a) 8(b) 16(c) 32(d) 64This question was addressed to me in unit test.I would like to ask this question from Perl DBI Overview topic in portion MySQL Programs Using Perl DBI and PHP of MySQL

Answer»

Correct option is (b) 16

Explanation: 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