Showing posts with label WAP to print the detail of the programmer. Show all posts
Showing posts with label WAP to print the detail of the programmer. Show all posts

PASSWORD VERIFICATION

WAP to print the detail of the programmer
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 ();

}




Labels