1.int a=7; int z=(a++) + (++a); What is the value of z? 2.int a=6; int z=(a++) + (++a);What is the value of z? 3.int a=5; int z=(--a) + (++a); What is the value of z? 4.int a=4; int z=(a--) +(++a)-(a++); What is the value of z? answer this fast please. please i will give u 5 stars. i am crying yaar. please just 4 questions it is ppl. help me
Answers
Answered by
2
Answer:
1. 7+9=16
2. 6+8=14
3. 4+5=9
4. 4+4-4=4
Similar questions
English,
4 months ago
Social Sciences,
8 months ago
World Languages,
8 months ago
Environmental Sciences,
11 months ago