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
Answers were Sorted based on User's Feedback
Answer / abhradeep chatterjee
all answers are correct. so the final answer is D
| Is This Answer Correct ? | 3 Yes | 0 No |
How the processor registers can be used in C ?
Is r written in c?
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
What is the use of void pointer and null pointer in c language?
What are the properties of union in c?
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
What is an object?
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
What is a void pointer? When is a void pointer used?
Write a small C program to determine whether a machine's type is little-endian or big-endian.
What math functions are available for integers? For floating point?
How can I list all of the predefined identifiers?