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 |
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
no consistent academics. how to answer the question
An array name contains base address of the array. Can we change the base address of the array?
How do you generate random numbers in C?
Explain the term printf() and scanf() used in c language?
What are the advantages of using Unions?
Why is it usually a bad idea to use gets()? Suggest a workaround.
C,c++, Java is all are structural oriented or procedure oriented language..?
what are two kinds of java
Differentiate between ordinary variable and pointer in c.
code for concatination of 2 strings with out using library functions?
simple program for virtual function?