In which of these are the integers arranged in increasing order, starting from the smallest? A -26, -78, 0, 45, 65 B 0, -26, -78, 45, 65 C 0, -26, 45, 65, -78 D -78, -26, 0, 45, 65
Answers
Answered by
0
Step-by-step explanation:
The number 2,147,483,647 (or hexadecimal 7FFFFFFF16) is the maximum positive value for a 32-bit signed binary integer in computing. It is therefore the maximum value for variables declared as integers (e.g., as int ) in many programming languages
Similar questions