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 / rahul
C
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is volatile c?
How can I get back to the interactive keyboard if stdin is redirected?
Write a program for finding factorial of a number.
Explain about C function prototype?
Ow can I insert or delete a line (or record) in the middle of a file?
Why is void main used?
Describe newline escape sequence with a sample program?
What is an lvalue?
What is an auto variable in c?
Write a program with dynamically allocation of variable.
What is masking?
What is the difference between NULL and NUL?
What are the functions to open and close the file in c language?
What is call by value in c?
Explain what standard functions are available to manipulate strings?