find out binary value of hexadecimal of DAD[16]
Answers
Answered by
1
Explanation:
Each hexadecimal digit can represent one of sixteen values between 0 and 15. .... this is an important side- effect of the logical-OR operation that will prove quite useful when working with bit strings (see the next section)
Similar questions