Notification texts go here Contact Us Click here

Password validation Program using C language .

Please wait 0 seconds...
Scroll Down and click on Go to Link for destination
Congrats! Link is Generated

  1. #include <stdio.h>
  2. int main()
  3. {  int password;
  4.    do {
  5.     printf("Enter the password:");
  6.     scanf("%d",&password);
  7.    }while(password!=1243);    //user put any pass code in place of 1243
  8.    printf("Access Granted.");
  9.     return 0;
  10. }
  11.  
  12.  
  13. OUTPUT :
  14.  
  15. Enter the password:23354
  16. Enter the password:1243
  17. Access Granted.

Post a Comment

Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.