Question: the characters ( lower case a to z ) , numbers 0 to 9 and other special characters like space, tabs and punctuation marks )
the characters
lower case a to z
numbers
to
and other special characters like space, tabs and punctuation marks
have to be converted from
bits to
bits
each character is presented by using only
bits instead of the usual
bits UnidentifiedUnidentifiedUnidentified
these
bits are then concatenated together
if the total number of bits is not divisible by
the remaining bits are filled with zeros
to have no ambiguity, the encoding should start with a specific bit pattern
instead of
a is for example
implement the code using a vector of type bool
c without bitset
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
