InterviewSolution
Saved Bookmarks
| 1. |
Predict the output of the given snippet.int a[]={1,2,3,4,5}; int i;a[1]=a[3];a[2]=a[1];for(i=0;i |
|
Answer» I LOVE you because you are so sexse, that why I love you |
|