Multiple choice

Arrange the following characters in ascending order according to their ASCII value. b, A, (z-A), 0, Z

  1. (z-A), 0, b, A, Z

  2. 0, (z-A), b, A, Z

  3. A,(z-A),0,b,Z

  4. 0, (z-A), A, Z, b

  5. (z-A), 0, A, Z, b

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The ASCII value of the given characters is as follows. b=98 A=65 (z-A)=57 0=48 Z=90 So, the correct order is 0, (z-A), A, Z, b. Hence, this option is correct.