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

main() { char *p; p="Hello"; printf("%c\n",*&*p); }

2 Answers   ME,


two variables are added answer is stored on not for third variable how it is possible?

3 Answers  


write a program to gat the digt sum of a number (et. 15= >1+5=6)

2 Answers  


what is the coding of display the factorial of a number using array and function?

1 Answers  


Can the size of an array be declared at runtime?

0 Answers  


How can you invoke another program from within a C program?

0 Answers  


What are the applications of c language?

0 Answers  


Where we use clrscr in c?

0 Answers  


what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }

7 Answers  


What is the difference between constant pointer and pointer to a constant. Give examples.

4 Answers   TCS,


What are structure members?

0 Answers  


what is ans for this scanf(%%d",c);

1 Answers  


Categories