Saved Bookmarks
| 1. |
Give output:#includeint global = 20;void fun (int &x, inty)X = X-y;y=x* 10;cout |
|
Answer» Answer: 1st output 12 , 8 second output -8 , 20 |
|