InterviewSolution
Saved Bookmarks
| 1. |
Pls tell me the output of the following program.. |
|
Answer» : 55Explanation : In this program, the SUM of 10 NUMBERS is to be find. So, here we USE for loop and the output will be 55 (which is the sum of 1 to 10 numbers). |
|