Given an int variable n. What is the value of the result variable?
int n = 17; int result = n >> 3;
Create a free account to access the full topic