7 of 20 Choose the correct output for the following program #include int main() K int numb=5; do printf("%i", -
-
answerhappygod
- Site Admin
- Posts: 899604
- 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; ( }
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!