how to represent unsigned char with % c

[ad_1]

how to represent unsigned char with
#include
int main(int argc, char *argv[]) {
signed char char1=255;
unsigned char char2=255;
printf("Signed char : 
printf("Unsigned char : 
}

[ad_2]

Content Protection by DMCA.com