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

Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day

3 Answers  


How is null defined in c?

0 Answers  


Lists the benefits of c programming language?

0 Answers  


the operator for exponencation is a.** b.^ c.% d.not available

5 Answers   TCS,


what are # pragma staments?

0 Answers  






what is uses of .net

0 Answers  


what is the difference between char * const and const char *?

2 Answers   TCS,


What is the purpose of 'register' keyword in c language?

0 Answers  


what is the difference between const volatile int i & volatile const int j;

2 Answers   HCL,


swap two integer variables without using a third temporary variable?

6 Answers   Persistent,


What are local and global variables?

3 Answers  


What is a good way to implement complex numbers in c?

0 Answers  


Categories