C Programming Bit Field
C Programming Bit Field In this chapter you will learn the use of bit fields in C programs. Memory can be exploited using bit fields. Suppose, your program has some TRUE/FALSE variables which are categorized by structure variable and this structure variable is named status. For example: This structure variable will require 8 bytes of space in memory. […]
C Programming Bit Field Read More »