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
Answers were Sorted based on User's Feedback
Answer / abhradeep chatterjee
all answers are correct. so the final answer is D
| Is This Answer Correct ? | 3 Yes | 0 No |
explain what is fifo?
What is the difference between getch() and getche()?
What is omp_num_threads?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What is the role of && operator in a program code?
What are void pointers in c?
How are Structure passing and returning implemented by the complier?
What is the correct declaration of main?
How would you obtain the current time and difference between two times?
How do you determine if a string is a palindrome?
How to print %d in output
What's the best way of making my program efficient?