Computer Science, asked by Suraj1023, 1 year ago

what is meaning of bits in c language

Answers

Answered by shiva2222
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
Similar questions