Question 10 Not yet answered Marked out of 4.00 Flag question Assume that x=5, the following printf( statement prints 6?
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 10 Not yet answered Marked out of 4.00 Flag question Assume that x=5, the following printf( statement prints 6?
Question 10 Not yet answered Marked out of 4.00 Flag question Assume that x=5, the following printf( statement prints 6? printf("%d\n", x++); Select one: True O False