- 7 Of 20 Choose The Correct Output For The Following Program Include Stdio H Int Main K Int Numb 5 Do Printf I 1 (307.47 KiB) Viewed 13 times
7 of 20 Choose the correct output for the following program #include int main() K int numb=5; do printf("%i", -
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
7 of 20 Choose the correct output for the following program #include int main() K int numb=5; do printf("%i", -
7 of 20 Choose the correct output for the following program #include<stdio.h> int main() K int numb=5; do printf("%i", -numb%2); } while(numb>0); return 0; ( }