a.One Cannot Take the address of a Bit Field
b.bit fields cannot be arrayed
c.Bit-Fields are machine Dependant
d.Bit-fields cannot be declared as static
Which of the Following Statements are true w.r.t Bit-Fields
A)a,b&c B)Only a & b C)Only c D)All
Answer Posted / sameer
The answer is A
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is the difference between typedef and #define?
What are the benefits of c language?
Differentiate between a for loop and a while loop? What are it uses?
Which built-in library function can be used to match a patter from the string?
What is array of structure in c programming?
Which is an example of a structural homology?
Why string is used in c?
What is assert and when would I use it?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Are local variables initialized to zero by default in c?
What is cohesion in c?
What do you understand by normalization of pointers?
Why is #define used?
What are local static variables?
Why header files are used?