I am reading the chapter on arrays and pointers in Kernighan and Richie\'s The C Programming Language.
They give the example:
/* strlen: return
Does the function assign this string literal as the value of its local variable *s and then use s as the array name/pointer?
Yes