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

what does static variable mean?

0 Answers   TCS,


enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program

1 Answers  


Explain how can I open a file so that other programs can update it at the same time?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  


5) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function

1 Answers   TCS,






Write a C program to count the number of email on text

0 Answers  


develop algorithms to add polynomials (i) in one variable

0 Answers   Ignou, TCS,


When should the const modifier be used?

0 Answers  


i need all types of question paper releted to "c" and other language.

0 Answers  


Can we replace the struct function in tree syntax with a union?

0 Answers   Huawei,


Tell us two differences between new () and malloc ()?

0 Answers   Adobe,


What is c basic?

0 Answers  


Categories