In the given statement for (i=10;i<20;i+=2), i+=2 is a
(a) Modifier expression (b) Initialization
(c) Condition (d) All of these
Answers
Answered by
0
Question:
- In the given statement for (i=10;i<20;i+=2),
i+=2 is a_____
(a) Modifier expression
(b) Initialization
(c) Condition
(d) All of tthese
_________
Answer:
Option (a):Modifier expression
_________
Explanation:
i+=2 is neither a condition nor an example of Initialization therefore it is Modifier expression
Similar questions