What do the header files usually contains?


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

Post New Answer

More C++ General Interview Questions

What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?

0 Answers  


Explain friend class?

0 Answers  


Is map thread safe c++?

0 Answers  


What is the full form of ios?

0 Answers  


How do you sort a sort function in c++ to sort in descending order?

0 Answers  






What is flush programming?

0 Answers  


What is prototype in c++ with example?

0 Answers  


What are manipulators used for?

0 Answers  


What is the difference between the parameter to a template and the parameter to a function?

0 Answers  


You run a shell on unix system. How would you tell which shell are you running?

0 Answers  


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,


Explain shallow copy?

0 Answers  


Categories