I have one charater pointer array which points to the some stirngs
every element points to some strings
one thing in mind strings have only 1 and 0 .
for example
i have character pointer that stores string like “100110” so its takes 6 bytes to store but i want to store this in bits so i reduce memory occpuied.
In C style, something like this should work:
(I cannot test this for now, so please correct me if I’m wrong)
Explanation: