Program :
#include <stdio.h>
#include <conio.h>
void main()
{
clrscr();
textcolor(WHITE);textbackground(BLUE);
gotoxy(25,6);cprintf(" Login Form ");
textbackground(BLACK);
gotoxy(25,8);cprintf("Username : ");
gotoxy(25,10);cprintf("Password : ");
getch();
}
0 comments:
Post a Comment