C-05-Q143mediummulti_combo_mcq
Given int a = 3;, the output will be 3 when —
Which one is true?
Given int a = 3;, the output will be 3 when —
Which one is true?
- b = a++
- b = a--
- b += a
- ai and ii
- bi and iii
- cii and iii
- di, ii and iii
Given int a = 3;, the output will be 3 when —
Which one is true?