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
What is the difference between text and binary modes?
What do the functions atoi(), itoa() and gcvt() do?
Explain modulus operator.
Which built-in library function can be used to match a patter from the string?
Why is c called a mid-level programming language?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What is maximum size of array in c?
develop algorithms to add polynomials (i) in one variable
Tell us two differences between new () and malloc ()?
Can we declare function inside main?
What is static memory allocation?
What does %c mean in c?
Write a program to reverse a string.
What is 02d in c?
Is int a keyword in c?