are used to store multiple values in a single variable, instead of declaring separate variables for each value.
array
to access an array element
index number
array index starts with
0
are used for storing text/characters
strings
single quote
'
double quote
"
backslash
\
new line
\n
tab
\t
null
\0