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 / rahul
C
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Explain what is dynamic data structure?
how do you execute a c program in unix.
What is the difference between union and anonymous union?
Explain logical errors? Compare with syntax errors.
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What is advantage of pointer in c?
can anyone suggest some site name..where i can get some good data structure puzzles???
What is methods in c?
Explain about block scope in c?
Do you know the purpose of 'register' keyword?
Is array name a pointer?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What is the use of structure padding in c?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
How many levels of pointers have?