Coming soon

Video solution will be uploaded soon.

[Video Solution] 32.What is the output of the following program ?#include <iostream>using name... | ASPIRE STUDY

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.

Ask Your Question or Put Your Review.

loading...