|
Displaying Source Code(s)
|
|
Clear the Screen and Move cursor to (0,0)
--------------------------------------------------------------------------------
Description : 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("
|
|
|