Question
How to declare a string variable in C?
Background
In my quest to learn the basics of c, I am trying to port on
Normally we use "&" in scanf but you shouldn't use it before variable "name" here. Because "name" is a char array. When the name of a char array is used without "[]", it means the address of the array.