What data type does special characters belong to? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What data type does special characters belong to?

e.g *** **** ******** *********** *************

20th Mar 2017, 6:14 PM
Emmanuel Allan
Emmanuel Allan - avatar
3 Answers
+ 2
@forever an apple... 🍎 thanks
21st Mar 2017, 3:22 AM
Emmanuel Allan
Emmanuel Allan - avatar
+ 1
In C++, special characters can be stored in strings or chars, even int as ASCII. Unicode is also possible, but you may want to look up more information about that.
20th Mar 2017, 8:46 PM
Forever An Apple
Forever An Apple - avatar
0
characters
26th Mar 2017, 7:32 PM
Logan New
Logan New - avatar