Study the Following Points:
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
1. 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 / murali
d) All
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is optimization in c?
Explain the difference between null pointer and void pointer.
What is cohesion in c?
Why & is used in c?
How do you print only part of a string?
What is multidimensional arrays
What is an operator?
What is variable declaration and definition in c?
what do you mean by enumeration constant?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What is the sizeof () a pointer?
Explain 'bus error'?
what is uses of .net
how to construct a simulator keeping the logical boolean gates in c
How can I call a function with an argument list built up at run time?