Computer Science, asked by zaalvasania208, 11 months ago

Which sequence of char data type is listed from lowest to highest?

Answers

Answered by anupama777vidya
18

Answer:

A,Z,a,z

Hope it helps you

Answered by qwcricket10
0

Char type of data has fixed size and it keeps data of string, it can be single or multiple.

  • Datatype char is a basic, built-in datatype.
  • It helps the user to tell the program that the variable contains character type or string type data.
  • The keyword "char" is used to define the char values.
  • Size 4 is the storage space this data type has.
  • The order of this data type from lower to high is A, Z, a, and z.
  • That is upper case letters at the lower and smaller case letters at the highest.
Similar questions