Store 4 different values in a byte
问题 I have an assignment to do, but I have no clue where to start. I am not expecting and definitely do not want answers in code. I would like some guidance as in what to do because I feel a bit lost. Pack and unpack variables into a byte . You need to store 4 different values in a byte. The values are: NAME RANGE BITS engine_on 0-1 1 gear_pos 0-4 3 key_pos 0-2 2 brake1 0-1 1 brake2 0-1 1 (LSB, Least significant bit ) Write a program bytess.c that takes 5 arguments (less or more should be treated