Computer Science, asked by sujeetkumar6295, 10 months ago

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

Answers

Answered by muneer786ahmedpbcekw
0

Answer:

124000................

Answered by Tanakiin
1

In Java the largest is:

65,535

In binary (8-bit) the value is:

11111111

In ACII the largest is:

127 which represents the Del Character

In extended ACII the largest is:

254 which represents the symbol ■

Similar questions