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
print a "hello" word without using printf n puts in c language
Why preprocessor should come before source code?
int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????
what about "char *(*(*a[])())();"
What are types of preprocessor in c?
When should the register modifier be used? Does it really help?
What is an array in c?
What is LINKED LIST? How can you access the last element in a linked list?
Why is c faster?
If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
How can I use a preprocessorif expression to ?
what is bitwise operator?