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

Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)

1 Answers  


Write a program to check palindrome number in c programming?

0 Answers  


int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?

4 Answers   TCS,


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

3 Answers   Accenture,


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

0 Answers  






Describe wild pointers in c?

0 Answers  


How can I determine whether a machines byte order is big-endian or little-endian?

0 Answers  


what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")

7 Answers   Cadence, JNTU, Zen Technologies,


how can f be used for both float and double arguments in printf? Are not they different types?

0 Answers  


write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...

1 Answers   Philips,


how to write a c program to print list of fruits in alpabetical order?

0 Answers  


What is c basic?

0 Answers  


Categories