Hello, I have 3 questions about bit fields, namely:
When a bit field is longer than 8 bits (cell size RAM) are the cells allocated for this bit field combined?
When I create a variable, a data type that is less than 8 bits (RAM cell size), for example, a variable of 7 bits, remains 1 free bit, can it be enabled (included) in another bit field or will it be considered occupied?
Can I create variables more than 64 bits by means of the C ++ language, if not, then maybe this is implemented in assembler? Please write in detail. Thank.