I've a homework that I have to do, but I'm wondering if in C we have some function that will actually convert the 8 bit
binary like for example 01010111
which is 87
and in letter is W
I'm going to be given a big set and I just have to store binary number in one array and convert after that I will combine all of them and return to the main()
.