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
11 days agoVeronica
14 days agoLevi
14 days agoLaurene
18 days agoDaniel
21 days ago