C-05-Q167mediumsingle_mcq
Read the code: int a = 3, b; b = 2*a;. What will be the value of b after the program runs?
Read the code: int a = 3, b; b = 2*a;. What will be the value of b after the program runs?
- a3
- b4
- c5
- d6
Read the code: int a = 3, b; b = 2*a;. What will be the value of b after the program runs?