Computer Science, asked by aroragungun62, 23 hours ago

int a= 8 a= a++ + a++ +5​

Answers

Answered by MissIncredible34
4

Explanation:

Suppose a and b are int variables and b = 6. What is the value of a after the following statement.

a = (b++) + 3;

Answered by missattitudequeen77
1

Answer:

a=b++) 3

here is ur answer dear

Similar questions