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
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 / subbu
answer is d
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Explain what is the difference between the expression '++a' and 'a++'?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
How do you convert strings to numbers in C?
What is union and structure?
How do c compilers work?
What does typedef struct mean?
can any one tel me wt is the question pattern for NIC exam
Are pointers integers in c?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
What are the different types of endless loops?
What are the advantages and disadvantages of c language?
#include
What should malloc() do?
What is the use of a semicolon (;) at the end of every program statement?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings