What happens when you attempt to compile and run the following code?
#include
using namespace std;
int fun(int x) {
return x<<2;
}
int main(){
int i;
i = fun(1) / 2;
cout << i;
return 0;
Limited Time Offer
25%
Off
Chaya
2 days agoVeronica
5 days agoLevi
5 days agoLaurene
9 days agoDaniel
12 days ago