123456789
#include<iostream.h> #include<conio.h> int a; // glblly dec. void main() { clrscr(); cout<<a; getch(); }