Predict the output
A) #include
using namespace std;
int main()
{
cout << "Be careful!\n";
cout << "This might/n be a trick ";
cout << "question.\n";
return 0;
}
B) #include
using namespace std;
int main()
{
int a, x = 23;
a = x % 2;
cout << x << endl << a << endl;
return 0;
}
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.