What is the use of bit fields in structure declaration?
What is linked list in c++?
Explain about templates of C++.
What is c strings syntax?
When is the copy constructor called?
Can non-public members of another instance of the class be retrieved by the method of the same class?
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.
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
When do we run a shell in the unix system? How will you tell which shell you are running?
Explain the use of virtual destructor?
What are the main features of c++?
What are the types of STL containers?
How to access a variable of the structure?