InterviewSolution
Saved Bookmarks
| 1. |
Give the output of the following expression a+=a++ + ++a +a-- if a=7 |
|
Answer» 18Explanation:aGive the OUTPUT of the FOLLOWING expression a+=a++ + ++a +a-- if a=7 ANSWER of a is 18 |
|