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
How can you read a directory in a C program?
What does %c mean in c?
What is the best organizational structure?
What is string constants?
What is the code in while loop that returns the output of given code?
Why is it that not all header files are declared in every C program?
What is the use of header files?
Explain why can’t constant values be used to define an array’s initial size?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What is ctrl c called?
What is include directive in c?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
Why we use stdio h in c?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Where local variables are stored in c?