Question: #include using namespace std; int main() { cout < < ___________ < < (1&&0) < < endl; return 0; } What would you put in
#include
using namespace std;
int main()
{
cout << ___________ << (1&&0) << endl; return 0;
}
What would you put in the blank to make the output false?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
