What is the use of bit fields in structure declaration?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What are the implicit member functions of class?

0 Answers  


Differentiate between a template class and class template?

1 Answers  


What is class and structure in c++?

0 Answers  


What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?

3 Answers  


How to avoid changing constant values?

2 Answers   Symphony,






Is swift faster than go?

0 Answers  


what is multi-threading in C++?

0 Answers  


In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....

0 Answers   College School Exams Tests, CS,


Explain the difference between class and struct in c++?

0 Answers  


What does extern mean in a function declaration in c++?

0 Answers  


If dog is a friend of boy, is boy a friend of dog?

0 Answers  


What is the difference between global int and static int declaration?

0 Answers  


Categories