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

Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4

1 Answers   Mind Tree, TCS,


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

0 Answers   Aspire, Infogain,


What is the difference between a string and an array?

0 Answers  


There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.

1 Answers   HCL, iGate,


What is an auto variable in c?

0 Answers  






Explain what is the difference between far and near ?

0 Answers  


Place the #include statement must be written in the program?

0 Answers  


Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return - 1. The function should not make use of any C library function calls.

3 Answers   Google, Infosys, JTL, OpenFeel,


Why static is used in c?

0 Answers  


How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?

1 Answers  


Why does everyone say not to use gets?

0 Answers  


How can I implement sets or arrays of bits?

0 Answers  


Categories