Esentially I want to create a data type uint1_t. Is that even possible?
uint1_t
I know the size of the bool data type is one byte. But boolean values only need
Yes you can create a one bit variable suppose int a:1; You can just assign value to it but cannot scanf it.