c programming | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

c programming

how can we written our full name using char variable?

10th Oct 2020, 6:53 AM
Rodesh Rai
Rodesh Rai - avatar
1 Respuesta
+ 2
You would need an array of *char* type to store each and every character of the word you are going to input. It is famously known as "strings" in programming.
10th Oct 2020, 6:56 AM
Arsenic
Arsenic - avatar