Fill in the blanks:
Ans: "A" is a string while ’A’ is a character.
Ans: A string is terminated by a null character, which is written as \0.
Ans: The array char name[10] can consist of a maximum of 9 characters.
Ans: The array elements are always stored in contiguous memory locations.