c programming | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
+ 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