No, the ACSII codes of char c1 and c2 are 0~255. If they exceed this range, they cannot be used.
Such as
int c1=256;
printf("%c",c1);
Such code will not be output