Examlex

Solved

What Is the Result Value of C at the End

question 22

Multiple Choice

What is the result value of c at the end of the following code segment? int c = 8;
C++;
++c;
C %= 5;


Definitions:

Related Questions