Computer Science, asked by jitenkumar1669, 3 months ago

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 zahid362
0

option 'd' is a correct answer

Answered by ITZYUVIHERE
2

Answer:

c

Explanation:

it is the only compound statement used for coding in c++

Similar questions