Top Banner
1

villalon/cs341/lab1/problem2.61.pdfHomework Problems Get most significant byte from x * / int get msb(int x) { / * Shift by w—8 int shift_val — (sizeof (int) -1)

Mar 15, 2018

Download

Documents

doanhanh
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: villalon/cs341/lab1/problem2.61.pdfHomework Problems Get most significant byte from x * / int get msb(int x) { / * Shift by w—8 int shift_val — (sizeof (int) -1)<<3; Arithmetic