Saturday, 24 December 2011

wherey

#include<stdio.h>
#include<conio.h>
 
main()
{
int y;
 
printf("Hello\n");
 
y = wherey();
 
printf("Vertical cursor position from where this text appears = %d",y);
 
getch();
return 0;
}

No comments:

Post a Comment