Programming and IT Research Center (ج البرمجة وتكنولوجيا المعلومات مركز الأبحاث)
widgets
Friday, April 12, 2013
Find ASCII value
AS
CII
Code
#include <stdio.h>
#include <conio.h>
main()
{
int a=1;
while(a<=255)
{
printf("%d=%c\n,",a,a );
a++;
}
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment