1. What will happen when the following code is executed? { int num; num =0; do {-- num; printf('%d\n', num); num++; } while (num >=0); }
Programming With C MCQs | Topic-wise