#include <stdio.h>int main(){ char chr; chr = 128; printf("%d\n", chr); return 0;}
Signed char will be a negative number.
Previous Question Next Question
Your comments will be displayed only after manual approval.