what is meaning of bits in c language
Answers
Answered by
1
hi
In C and C++, native implementation-defined bit fields can be created using unsigned int, signed int, or (in C99:) _Bool. ... In this case, the programmer can set, test, and change the bits in the field using combinations of masking and bitwise operations.
hope it helps you
In C and C++, native implementation-defined bit fields can be created using unsigned int, signed int, or (in C99:) _Bool. ... In this case, the programmer can set, test, and change the bits in the field using combinations of masking and bitwise operations.
hope it helps you
Similar questions