I have this question and I'm really confused !
What different between "&" and "and" in expressions ?
and how can I compute the result of of (and, &) operations, should I convert the numbers to binary ?
Asked
Active
Viewed 32 times
0

Eva
- 31
- 6
-
What language are you asking about? – trojanfoe Apr 16 '20 at 13:40
-
2Bitwise vs logical, [example](https://stackoverflow.com/questions/8418295/logical-vs-bitwise). – Hans Passant Apr 16 '20 at 13:42