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
Define macros.
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is the difference between pure virtual function and virtual function?
What are the advantages of using macro in c language?
Explain do array subscripts always start with zero?
What is the difference between declaring a variable and defining a variable?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
Differentiate between the = symbol and == symbol?
What is difference between && and & in c?
Explain which function in c can be used to append a string to another string?
Why C language is a procedural language?
What is zero based addressing?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What is the significance of scope resolution operator?