1.

Bit fields and Bit arrays are same.(a) True(b) FalseMy question is based upon Bit Array topic in division Arrays Types of Data Structures & Algorithms IThe question was posed to me in an interview for internship.

Answer»

The correct answer is (b) False

Explanation: Bit field CONTAINS the number of adjacent computer locations USED to store the sequence of BITS to address a bit or groups of bits. Bit array is an array that stores combinations of bit 0 and bit 1. THUS, bit fields and Bit arrays are different.



Discussion

No Comment Found

Related InterviewSolutions