Question: What (not how) does this code do? #include using namespace std; int main() { int a,b; cout < >a>>b; while(b--)++a; cout
What (not how) does this code do? #include using namespace std; int main() { int a,b; cout < >a>>b; while(b--)++a; cout
Step by Step Solution
3.38 Rating (154 Votes )
There are 3 Steps involved in it
The image provided appears to include a snippet of C code Unfortunately due to the angle and distort... View full answer
Get step-by-step solutions from verified subject matter experts
