c programming | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answer
+ 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