Technicalsymposium.com-Free Email Alerts


Enter Your Email :

Important Note:Login & Check Your Email Inbox and Activate Confirmation Link

Subscribe & Get All Fresher Jobs Information & Study Materials PDF and Projects- Free Download

C Aptitude Book PDF


C Aptitude Materials


C Aptitude Bank



C Aptitude Question and Answers PDF- Free Download

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();

}

Download All C Programming & Study Materials PDF