C Program For ASCII VALUE.
void main() { int t,k,n; clrscr(); printf("Enter the password"); scanf("%d",&n); while(n>0) { t=n%10; t=t+1; printf("%c\n",t); //printf("%d\n",t); n=n/10; } getch(); }
Technicalsymposium.com is an education & event sharing information website-All rights reserved
Copyright Disclaimer:Section 107 of the Copyright Act Fair Use Contents. Purpose of Education & Teaching Intention. Not for commercial purpose.