Saturday, March 31, 2012

Clear the Screen and Move cursor to (0,0)



This code clears the UNIX prompt and move cursor to (0,0) alike `clear` on UNIX or `cls' on DOS.You can custamize cursor position by changing values 0;0 

  #include<stdio.h>
int main()
{
printf("

No comments:

Post a Comment