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

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



a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machi..

Answer / sameer

The answer is A

Is This Answer Correct ?    8 Yes 2 No

a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machi..

Answer / subbu

answer is d

Is This Answer Correct ?    6 Yes 3 No

a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machi..

Answer / dharanidhar

D

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Interview Questions

Can we include one C program into another C program if yes how?

7 Answers   Infosys,


What is #include in c?

0 Answers  


Write a program for finding factorial of a number.

0 Answers   Tech Mahindra,


Famous puzzles which are generally asked by companies during interviews ?

1 Answers   3D PLM, Yahoo,


What is wild pointer in c?

0 Answers  






What is a program flowchart?

0 Answers  


What is 1d array in c?

0 Answers  


Explain the differences between public, protected, private and internal.

2 Answers  


# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none

7 Answers   Microsoft, TCS,


What is bss in c?

0 Answers  


create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.

4 Answers  


What is conio h in c?

0 Answers  


Categories