I'm studying the basics of C language, I arrived at the chapter of structures with bit fields, the book shows me an example of struct with two different types of data, various bool and various unsigned int. In the following comment the book declares that the structure has a size...
04月26日