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



Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be ar..

Answer / murali

d) All

Is This Answer Correct ?    3 Yes 0 No

Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be ar..

Answer / abhradeep chatterjee

all answers are correct. so the final answer is D

Is This Answer Correct ?    3 Yes 0 No

Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be ar..

Answer / rahul

C

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More C Interview Questions

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 )

2 Answers   Persistent,


no consistent academics. how to answer the question

0 Answers  


An array name contains base address of the array. Can we change the base address of the array?

4 Answers   NMIMS, Wipro,


How do you generate random numbers in C?

0 Answers  


Explain the term printf() and scanf() used in c language?

0 Answers  


What are the advantages of using Unions?

0 Answers   IBS,


Why is it usually a bad idea to use gets()? Suggest a workaround.

1 Answers  


C,c++, Java is all are structural oriented or procedure oriented language..?

6 Answers  


what are two kinds of java

2 Answers  


Differentiate between ordinary variable and pointer in c.

0 Answers  


code for concatination of 2 strings with out using library functions?

3 Answers  


simple program for virtual function?

1 Answers  


Categories