Which of the following are the correct ways to increment the value of variable a by 1? 1. ++a++; 2. a += 1; 3. a ++ 1; 4. a = a 1. +1; 5. a = +1;
1. 1, 3
2.2,4
3.3,5
4.4,5
Answer:2
Posted Date:-2021-02-25 10:28:15