#include "scope.h" #include void test_obj(){ global_def = 200; cout << "Global Declared Variable ==>" << global_i << endl; cout << "Global defined Variable ==>" << global_def << endl; }