Value of the variable

Report a typo

Given an int variable n. What is the value of the result variable?


int n = 17;

int result = n >> 3;
Enter a number
___

Create a free account to access the full topic