Computer Science, asked by VIKRAMSISODIA509, 2 months ago

What will be the value of res in the following expression?
var res = “70” + 25
(i) 95
(ii) 7025
(iii) 25
(iv) No output due to error.

Answers

Answered by Oreki
1

\text{\large\bf Given Snippet}

   \texttt{var res = "70" + 25}\\

\text{\large\bf Value after execution}

   \texttt{res = `7025'}

Similar questions