Given an int variable n. What is the value of the result variable?
int n = 15;
int result = n << 2 << 1;Given an int variable n. What is the value of the result variable?
int n = 15;
int result = n << 2 << 1;Create a free account to access the full topic