Guest User

Untitled

a guest
Nov 26th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. #include<stdio.h>
  2. #include<stdlib.h>
  3. #include<time.h>
  4. #include<conio.h>
  5. main()
  6. {
  7. char username[10];
  8. char password[12];
  9.  
  10. printf("====Login====\n\n");
  11. printf("username :");
  12. scanf("%s",&username);
  13. printf("password : ");
  14. scanf("%s",&password);
  15. if((username==shutter) && (password==shuttel2)){
  16. printf("====success login====\n\n\n");
  17. else
  18. {
  19. printf("NO pass\n");
  20. }
  21. getch();
  22. }
Add Comment
Please, Sign In to add comment