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