Computer Science, asked by Mannan3309, 9 months ago

What is the largest numerical value that can be represented by a char?

Answers

Answered by vidit05gupta
4

Explanation:

11111111 is the largest number you can represent with the 8 bits or a byte or

255 in the notation of decimal.

Answered by codiepienagoya
0

"11111111" is the largest numeric value.

Explanation:

  • As we were known, except binary language computer can't understand any other language, in which the largest numeric value is "11111111".
  • The above given 8-bit value is representation binary number with is equal to 255, in decimal number.
  • It is a popular constraint of gaming, which store data to use a single byte.

Learn more:

  • Largest value: https://brainly.in/question/14479421
Similar questions