Computer Science, asked by Narpavi8333, 1 year ago

What is bit field class

Answers

Answered by Rushabh63
1
A field or member inside a class which allows programmers to save memory are known as bit fields. As we know a integer variable occupies 32 bits (on a 32-bit machine). ... In the above syntax declarator is an identifier (bit-fieldname), type-specifier is the data type of the declarator and width is the size of bit field.
Similar questions