/* Title Movement of variables in Stack wihout any graphics Author Saurabh Sharma Author Email ashusaurabh_2005 [at] hotmail.com Description Movement of variables in Stack wihout any graphics Category C++ » Algorithms Hits 253 */ Code : #include #include #include #include void hori(int,int); void para(int,int); void vert(int,int); static int x=3,y=15; char ch; void main() { clrscr(); cout <<" enter a character and see the path "; cin >>ch; gotoxy(x,y); x++; cout<