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
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; ( }