Page 1 of 1

7 of 20 Choose the correct output for the following program #include int main() K int numb=5; do printf("%i", -

Posted: Mon Jun 06, 2022 1:50 pm
by answerhappygod
7 Of 20 Choose The Correct Output For The Following Program Include Stdio H Int Main K Int Numb 5 Do Printf I 1
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 15 times
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; ( }