Solved

Which of the Following Statements with Comments Is(are) Valid

Question 70

Multiple Choice

Which of the following statements with comments is(are) valid?
I. int cnt = 0; /* Set count to 0
II. int cnt = 0; /* Set count to 0 */
III. int cnt = 0; // Set count to 0


A) Only I is valid
B) I and II are valid
C) II and III are valid
D) Only III is valid

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions