They work about the same, but by that I mean since "other" is not defined neither way will compile.Will this function the same when using bitwise operators?
Output_1 & other vs. Output_1mask & other
One of them is an address and the other is just a numerical constant.I appreciate all the responses, and sorry for my delayed response. I believe I have a grasp on the differences now.
Best