Ktoś może mi wytłumaczyć skąd bierze się taki wynik?
char c, cc;
int i;
c=100;
c=20;
i = cc - c;
cout << i << endl;