InterviewSolution
Saved Bookmarks
| 1. |
What happens if you try to compile and run this program? #include int main(void) {int i = 3, j = i - 2 * i;switch (ij) {case 1: i++;da se2: j --;case 0: j+-; break;default: j = 0;Sprintf ("%d", ++i);return 0; |
|
Answer» the program output4Explanation:What happens if you try to COMPILE and run this program? #include |
|