0
What is the data type for words
I mean data type for words. For example "int" for integers
3 RĂ©ponses
+ 6
Strings written in "...." are by default used for words.
For eg. In Python...
day = "Monday"
print(day)
Always tag languages in your question and provide detailed description.
+ 2
string in most programminglanguages. Please ***tag*** the relevant programming language.
0
String "str" or character "char"