Comp-P2-fed-ch09 (Elements of C)
1 / 16
_________ should be matched to the type of variable you want to print or read.
2 / 16
Comments are used to increase the _____ of the program.
3 / 16
Arithmetic operations performed on _________
4 / 16
An expression in the absence of parentheses, will be evaluated in the following order:
5 / 16
A memory location with some data that can be changed is called:
6 / 16
7 / 16
The logical not (!) operator is a:
8 / 16
The first character of a variable name cannot be __________
9 / 16
Order of precedence determines which operator _____
10 / 16
Operators used to compare operands and decide whether the relation is true or false are called _____________.
11 / 16
If x = 6 and y = 4 what will be the output of the following expression x > y ? x + y: x * y ;
12 / 16
Which operator is used in a compound condition to join two conditions?
13 / 16
Which of the following has the highest precedence?
14 / 16
What is true about a variable?
15 / 16
What does a compound condition use to join two conditions?
16 / 16
The statement i + = 3; has the same effect as:
Your score is
The average score is 0%
Restart quiz
-
Add a note