0
c programming
how can we written our full name using char variable?
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.
how can we written our full name using char variable?