InterviewSolution
Saved Bookmarks
| 1. |
Let JCOKE = 20 and LPEPSI =15. Consider the statement The value of JCOKE after the execution of above statement will be |
| Answer» Since 2 x J COKE = 40 and (LPEPSI) is 15 control goes to statement J COKE = J COKE + 3 and result is 23. | |