Video solution will be uploaded soon.
32.What is the output of the following program ?#include <iostream>using namespace std;int main() int var = 2; do cout << var; while (var--); return 0; | Watch the step-by-step video solution for this NIMCET PYQ.