Thursday, 6 March 2014

program which takes password from user

programming in c: program which takes password from user: Write a c program which takes password from user #include<stdio.h> #define MAX 500 int main(){     char password[MAX];     char...

No comments:

Post a Comment