header('Content-Type: text/html; charset=utf-8');
If 2 & 6 % 7 = 33, 4 & 6 % 8 = 54, then what will be the value of 6 & 8 % 9 = ?
Answer: Option B
Explanation:
Here sign '&' does not convey any meaning and sign '%' signifies '+'
26 + 7 = 33, 46 + 8 = 54
Therefore, 68 + 9 = 77
Name *:
Email : (optional)
Your comments will be displayed only after manual approval.