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 / abhradeep chatterjee
all answers are correct. so the final answer is D
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain how can I make sure that my program is the only one accessing a file?
Do you know the use of fflush() function?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
Explain the difference between call by value and call by reference in c language?
What is the difference between āgā and āgā in C?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
What is a node in c?
develop algorithms to add polynomials (i) in one variable
what is bit rate & baud rate? plz give wave forms
Explain how can you determine the size of an allocated portion of memory?
What are the types of assignment statements?
Using which language Test cases are added in .ptu file of RTRT unit testing???
Lists the benefits of c programming language?
What is the difference between volatile and const volatile?
How to declare pointer variables?