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
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What is a dynamic array in c?
What is a const pointer?
What is the use of a conditional inclusion statement in C?
What is the memory allocated by the following definition ? int (*x)();
What are register variables? What are the advantage of using register variables?
Write the control statements in C language
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
question-how to run a c programme.
What is a node in c?
how to swap 2 numbers in a single statement?
How to add two numbers without using semicolon at runtime