Computer Science, asked by dassaditya88, 3 days ago

Write the output of the following program snippet:- int a=5; int b=7; int c=a + --b; cout<<"The value of c is "<<c;

Answers

Answered by Moonlight568
1

Answer:

12 will be the output

hope it's helping you

Similar questions