Question 3 Not yet answered Marked out of 4.00 Flag question What is the printed value of x in the following code? for(i
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 3 Not yet answered Marked out of 4.00 Flag question What is the printed value of x in the following code? for(i
Question 3 Not yet answered Marked out of 4.00 Flag question What is the printed value of x in the following code? for(int =2; x<= 8; x+2) ( printf("Welcome\n"); } printf("%d\n", x); a 12 O b. 10 O c. 6 O d. 8