C-16-Q046mediumsingle_mcq
Textual information stored in a variable is of the data type:
Textual information stored in a variable is of the data type:
- aint
- bfloat
- cstr
- dbool
ব্যাখ্যা
Textual data such as words and characters is stored using the str (string) type. Numeric types like int and float are only for numbers.