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 / murali
d) All
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
where are auto variables stored? What are the characteristics of an auto variable?
I need testPalindrome and removeSpace
#include
Explain how can I write functions that take a variable number of arguments?
What is storage class?
Can you assign a different address to an array tag?
Give the rules for variable declaration?
What is variables in c?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
Explain what is the difference between the expression '++a' and 'a++'?
What is pointer in c?
Explain what are global variables and explain how do you declare them?
write a c program for swapping two strings using pointer
When should the register modifier be used? Does it really help?
code for find determinent of amatrix
What is the difference between exit() and _exit() function in c?