What will be printed as a result of the program?
#include <iostream>
 
using namespace std;
 
int main(int argc, char * argv[])
{
   signed char a = -128;
   a = -a;
   cout << static_cast< int >(a) << endl;
}
Explanation
Get an explanation when it's available:

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести