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

Answer Posted / rahul

C

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of endless loops?

625


What does malloc () calloc () realloc () free () do?

561


Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

4743


What are run-time errors?

600


Which control loop is recommended if you have to execute set of statements for fixed number of times?

811






When should I declare a function?

623


When c language was developed?

642


What does *p++ do? What does it point to?

617


Do you have any idea how to compare array with pointer in c?

605


What are control structures? What are the different types?

599


What is sizeof return in c?

618


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

676


please give me some tips for the placement in the TCS.

1634


In C programming, what command or code can be used to determine if a number of odd or even?

624


Write a code to generate divisors of an integer?

643