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

a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

0 Answers  


Explain what is gets() function?

0 Answers  


Difference Between embedded software and soft ware?

1 Answers   Bosch,


What is Function Pointer? Explain with example?

3 Answers  


What are examples of structures?

0 Answers  


pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()

2 Answers   TCS, ZenQ,


With the help of using classes, write a program to add two numbers.

0 Answers   TCS,


there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?

1 Answers  


write a program to rearrange the array such way that all even elements should come first and next come odd

0 Answers  


how we can say java is platform independent, while we require JVM for that particular Operating System?

3 Answers   Honeywell, TCS,


What are the two forms of #include directive?

0 Answers   Aspire, Infogain,


x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????

3 Answers  


Categories