C-05-Q142mediumsingle_mcq
For the code int a = 3, b; b = 2 * a; what will be the value of b after the program runs?
For the code int a = 3, b; b = 2 * a; what will be the value of b after the program runs?
- a3
- b4
- c5
- d6
For the code int a = 3, b; b = 2 * a; what will be the value of b after the program runs?