Computer Science, asked by maahikumar0402, 7 days ago

Q1: Find the output of the following:
int a=4, b=6, d=5;
double x=4.2;
1. b-=b-- - b++ * a;
2. x=x/4;
3. b=d/a++ + x;
4. a+=++a - --b - b--;
5. sum=a++ + b++ + x--;

Answers

Answered by bhikanbhoye
0

Answer:

I couldn't understand that question

Similar questions