PASSWORD VERIFICATION
WAP TO PRINT THE DETAIL OF THE PROGRAMMER
IF THE GIVEN NUMBER IS 464
IF THE GIVEN NUMBER IS 464
void main ()
{
int pass;
clrscr();
do
{
printf ("Enter Password to see the detail of programmer:\n");
scanf ("%d",&pass);
}
while (pass!=464);
printf ("\nJagjeet Singh");
printf ("\nB.Sc. (I.T.)\nPunjab Technical University ");
getch ();
}
No comments:
Post a Comment