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 / abhradeep chatterjee
all answers are correct. so the final answer is D
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How is null defined in c?
What does it mean when the linker says that _end is undefined?
Is c compiled or interpreted?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
Explain indirection?
Why isnt any of this standardized in c?
How do shell structures work?
What is wrong with this code?
Explain what is a 'locale'?
What are the general description for loop statement and available loop types in c?
How can I use a preprocessorif expression to ?
Between macros and functions,which is better to use and why?
What is sizeof c?
What is static memory allocation?
How do I get an accurate error status return from system on ms-dos?