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
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
What is adt in c programming?
How can I change their mode to binary?
What is the heap?
What is class and object in c?
What is this infamous null pointer, anyway?
Why is sprintf unsafe?
What is the explanation for the dangling pointer in c?
What is use of #include in c?
How many levels of indirection in pointers can you have in a single declaration?
What are local static variables? How can you use them?
What is structure padding and packing in c?
What is the purpose of void pointer?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is the use of parallelize in spark?