cfp 5 Flashcards
1
Q
are used to store multiple values in a single variable, instead of declaring separate variables for each value.
A
array
2
Q
to access an array element
A
index number
3
Q
array index starts with
A
0
4
Q
are used for storing text/characters
A
strings
5
Q
single quote
A
'
6
Q
double quote
A
"
7
Q
backslash
A
\
8
Q
new line
A
\n
9
Q
tab
A
\t
10
Q
null
A
\0