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 is linked list in c++?

0 Answers  


Explain about templates of C++.

0 Answers  


What is c strings syntax?

0 Answers  


When is the copy constructor called?

0 Answers  


Can non-public members of another instance of the class be retrieved by the method of the same class?

0 Answers  






In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.

5 Answers   GE,


Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened

0 Answers  


When do we run a shell in the unix system? How will you tell which shell you are running?

0 Answers  


Explain the use of virtual destructor?

0 Answers  


What are the main features of c++?

0 Answers  


What are the types of STL containers?

4 Answers  


How to access a variable of the structure?

0 Answers  


Categories