by emertxe_admin | Sep 25, 2017 | C, C programming, Embedded, Emertxe, Blog, Education
An operator that performs operation on a “bit-level” is said to be bit-wise operator. Generally, bitwise operators in C operate on a single bit at a time. Though it operates on a bit at a time, it needs one byte as input. C provides six bit-wise operators....
by emertxe_admin | Sep 21, 2017 | Uncategorized, C, C programming, Embedded, Blog
Introduction C is a general-purpose computer programming language which can be used in wide variety of applications. Operating systems, application software for computers ranging from supercomputers to embedded systems are written in C. While C has been a versatile...