The data type that let's you store alphabet numbers and special characters on which calculations cannot be performed is
Answers
Answered by
0
The answer is String Data Type
Explanation:
- String data type is the one that enables you to store numbers as well as alphabets but you can not perform calculations in this data type.
- Programmers should enclose the strings in quotation marks in order to let the programming language detect them as a string character.
- For example, "I love my country" is a string character. Also "I have 3 siblings" & "12378" are a string characters.
Similar questions