Programming
問題一覧
1
are used to hold ASCII characters or only 8-bit quantity.
char
2
float double are used to hold real numbers. Real numbers have both integer and ______.
fractional component
3
used to alter the meaning of the base type to fit the needs of various situations more precisely.
Modifier
4
in C are reserved words that have a special meaning.
Keywords
5
composed of a sequence of letters, digits and the special character.
Identifiers
6
Identifiers that can store a changeable value.
Variables
7
refers to anything that evaluates to a numeric value.
expression
8
\\
backlash
9
\`
single quotes
10
\"
double quotes
11
\n
newline
問題一覧
1
are used to hold ASCII characters or only 8-bit quantity.
char
2
float double are used to hold real numbers. Real numbers have both integer and ______.
fractional component
3
used to alter the meaning of the base type to fit the needs of various situations more precisely.
Modifier
4
in C are reserved words that have a special meaning.
Keywords
5
composed of a sequence of letters, digits and the special character.
Identifiers
6
Identifiers that can store a changeable value.
Variables
7
refers to anything that evaluates to a numeric value.
expression
8
\\
backlash
9
\`
single quotes
10
\"
double quotes
11
\n
newline