d)a & c
if value of (a) was 3 instead of 6 in the code, then value of (b) after executing the code will be: a) 7 b) 8 c) 6 d) 12if a =4, b =7 then value of b after executing b + = ++a + b ++value will be: a)7 b)12 c)19 d)12
5. write program to read(input) an integer and print a number above it(greater than it) and a number less than it.