Question: C language programing help # define SIZE INT 16 Write a function that accepts an array of unsigned char sized integers describing an integer in
C language programing help

# define SIZE INT 16 Write a function that accepts an array of unsigned char sized integers describing an integer in binary format (each item in the array corresponds to a single bit of the integer) and prints each element of the array as a decimal number. The function prototype (or signature) is void printBitArray (unsigned char theBits [SIZE_INT])
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
