Computer Science, asked by maxwellz, 9 months ago

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

Answers

Answered by gauravarduino
1

Explanation:

For more information, see Char Data Type. String Type. The String data type is a sequence of zero or more two-byte (16-bit) Unicode ...

Answered by bandameedipravalika0
0

Answer:

Explanation:

A, Z, a and z  is the sequence of char data types is listed from lowest to highest.

Character data is stored in a CHAR data type fixed-length field. Data can be a single-byte or multibyte string containing letters, integers, and other characters supported by your database locale's code set.

The char values are defined using the keyword "char." This data type has a storage space of size 4. From lowest to highest, this data type is A, Z, a, and z. That is, higher case letters are at the bottom and lower case letters are at the top.

The final answer is A, Z, a,z.

#SPJ2

Similar questions