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
Answer Posted / subbu
answer is d
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Why is main function so important?
Why c language?
Can we use visual studio for c?
given post order,in order construct the corresponding binary tree
How many parameters should a function have?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
How can I find out if there are characters available for reading?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
how to print the character with maximum occurence and print that number of occurence too in a string given ?
What is main () in c?
What is data structure in c and its types?
What is an arrays?
What are actual arguments?
Differentiate between the expression “++a” and “a++”?
Explain what are the different data types in c?