#包含“stdio.h”
void main()
{char a[5]={'h ',' e ',' l ',' l ',' o ' };
int b[6];
int I;
for(I = 0;我& lt5;i++)
{ b[I]= int(a[I]);
printf("%d ",b[I]);
}}