Chapter 22: Problem 1
Fill in the blanks in each of the following: a. A(n)__________is a collection of related variables under one name. b. The bits in the result of an expression using the__________operator are set to one if the corresponding bits in each operand are set to one. Otherwise, the bits are set to zero. c. The variables declared in a structure definition are called its__________. d. The bits in the result of an expression using the__________operator are set to one if at least one of the corresponding bits in either operand is set to one. Otherwise, the bits are set to zero. e. Keyword__________introduces a structure declaration. f. Keyword__________is used to create a synonym for a previously defined data type. g. Each bit in the result of an expression using the__________operator is set to one if exactly one of the corresponding bits in either operand is set to one. Otherwise, the bit is set to zero. h. The bitwise AND operator & is often used to__________bits (i.e., to select certain bits from a bit string while zeroing others). i. A structure member is accessed with either operator__________or__________. j. The__________and__________operators are used to shift the bits of a value to the left or to the right, respectively.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.