Tagged Questions
2
votes
3answers
3k views
Bitwise Not Operator (~ in C) with regards to little endian and big endian
This is in relation to a homework assignment but this is not the homework assignment.
I'm having difficultly understanding if there is a difference on how the bitwise not (~ in C) would affected ...