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
Answers were Sorted based on User's Feedback
Why doesnt that code work?
Why does the call char scanf work?
Why c language?
What is the use of function overloading in C?
what is the hardware model of CFG( context free grammar)
Can a pointer point to null?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
Is a pointer a kind of array?
How can I swap two values without using a temporary?
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
wat are the two methods for swapping two numbers without using temp variable??
Why does this code crash?