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