what is c++


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

Post New Answer

More C++ General Interview Questions

Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?

6 Answers   CSC,


Why did you leave your last job?

2 Answers  


Will a catch statement catch a derived exception if it is looking for the base class?

0 Answers  


Does a derived class inherit or doesn't inherit?

0 Answers  


Explain how the virtual base class is different from the conventional base classes of the opps.

0 Answers  






Explain container class.

0 Answers  


Can static member variables be private?

0 Answers  


What is operators in c++?

0 Answers  


What is the equivalent of Pascal's Real a) unsigned int b) float c) char

0 Answers  


What are 2 ways of exporting a function from a dll?

0 Answers  


Define the operators that can be used with a pointer.

0 Answers  


What are the various access specifiers in c++?

0 Answers  


Categories