Computer Science, asked by snehagoswami717, 4 months ago

a=100 then what will be the value of a and b if b=++a??​

Answers

Answered by Oreki
0

\textsf{Given Expression}

   \texttt{int a = 100, b = ++a;}

\textsf{Answer}

   \texttt{\boxed{a = 101} and \boxed{b = 101}.}

Similar questions