The code I just tested:
# include & ltstdio.h & gt
int main()
{
int a = 65
printf("%c ",a);
Returns 0;
}