c programming | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответ
+ 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