Question #28: What is the value of x at the end of main? 44% on 2007 times asked
int main(int argc, char** argv) { int x = 50 % -7; return 0; }