name
, in your case, is the actual name of the variable.
It is an array of char pointers. The first element of the array points to a string "blah and blah"
.
solved In the C language how do you use make multiple strings in separate variables
name
, in your case, is the actual name of the variable.
It is an array of char pointers. The first element of the array points to a string "blah and blah"
.
solved In the C language how do you use make multiple strings in separate variables