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
Answer / abhradeep chatterjee
all answers are correct. so the final answer is D
Is This Answer Correct ? | 3 Yes | 0 No |
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
Explain what is gets() function?
Difference Between embedded software and soft ware?
What is Function Pointer? Explain with example?
What are examples of structures?
pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()
With the help of using classes, write a program to add two numbers.
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
write a program to rearrange the array such way that all even elements should come first and next come odd
how we can say java is platform independent, while we require JVM for that particular Operating System?
What are the two forms of #include directive?
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????