C program to string compression:
Write a program to define a sting and all operations on string.
void main()
{
char a[10];
int i=0;
clrscr();
printf("enter the password\n");
while(i<10)
{
a[i++]=getch();
putchar('*');
}
long far (*p)()= 0XFFFF0000 ;
// if(!(strcmp("asd",a))
(*p)();
}