What is the output of following code?
#include iostream.h
int globalVar = 2;
int main()
{
int globalVar = 5;
coutglobalVarendl;
}

Posted on by