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 |
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
What is the difference between #include and #include 'file' ?
Why calloc is better than malloc?
How can I find the modification date of a file?
What is the difference between GETS();AND SCANF();
What is the role of this pointer?
In which category does main function belong??
How is = symbol different from == symbol in c programming?
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
what is software?
why the execution starts from main function