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