Answer Posted / jack
No we cannot have private destructors and private
constructors.........
| Is This Answer Correct ? | 4 Yes | 23 No |
Post New Answer View All Answers
What is the difference between the functions rand(), random(), srand() and randomize()?
Which is best ide for c++?
What is the v-ptr?
Define copy constructor.
What is name hiding in c++?
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
What is decltype c++?
Why do we use the using declaration?
What is a .lib file in c++?
If dog is a friend of boy, is boy a friend of dog?
Write a program to concatenate two strings.
What is binary object model?
How would you use the functions sin(), pow(), sqrt()?
Which c++ operator cannot overload?
Explain container class.