What will happen when you attempt to compile and run the code below, assuming you enter the following sequence: 1 2 3
#include
using namespace std;
int main ()
{ int a,b,c;
cin>>a>>b>>c; cout<<><><>
Program will output:
Select an option, then click Submit answer.
-
○
123
-
○
1 2 3
-
○
321
-
○
compilation error
-
○
the result is unspecified