Computer Science, asked by himanshulahon, 5 hours ago

why we cosider character data to be an integer data​

Answers

Answered by viswanathan31
0

Broadly speaking, a char is meant to be the smallest unit of sensible data storage on a machine, but an int is meant to be the "best" size for normal computation (eg. the size of a register). The size of any data type can be expressed as a number of chars, but not necessarily as a number of ints.

Similar questions