A PHP integer data type can store values between ____

34. A PHP integer data type can store values between ____.

  1. -65,536 and 65,535
  2. 0 and 4,294,967,295
  3. -(2^63) and (2^63)-1
  4. -2,147,483,648 and 2,147,483,647

Answer: D) -2,147,483,648 and 2,147,483,647

Explanation:

An integer in PHP can store values between -2,147,483,648 and 2,147,483,647.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.