2. Which of the following is a compound statement?
(a) p=Integer.parseInt(in.eadLine();
(b) c=++a;
(c) if(a>b) a++; b--;
(d) a=4;
Answers
Answered by
0
option 'd' is a correct answer
Answered by
2
Answer:
c
Explanation:
it is the only compound statement used for coding in c++
Similar questions