Given two int variables n1 and n2. What is the value of the result variable?
int n1 = 7;
int n2 = 1;
int result = n1 & n2;Given two int variables n1 and n2. What is the value of the result variable?
int n1 = 7;
int n2 = 1;
int result = n1 & n2;Create a free account to access the full topic