233 views

1 Answer

0 votes
0 votes
& => bitwise and

oxf => #15 in hexadecimal representation.

so it is

count = count + table[n & (1111)]

No related questions found