What data type does special characters belong to? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 3

What data type does special characters belong to?

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

20th Mar 2017, 6:14 PM
Emmanuel Allan
Emmanuel Allan - avatar
3 Respuestas
+ 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