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 / dharanidhar
D
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain how can I write functions that take a variable number of arguments?
How can I open a file so that other programs can update it at the same time?
Should I learn c before c++?
How many parameters should a function have?
Where can I get an ansi-compatible lint?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What are the 4 types of programming language?
What is the difference between ++a and a++?
What are the storage classes in C?
What is operator promotion?
How to implement a packet in C
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Explain what is the benefit of using an enum rather than a #define constant?
What does sizeof int return?