Explain class invariant.
No Answer is Posted For this Question
Be the First to Post Answer
List the special characteristics of constructor.
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
What does obj stand for?
Are vectors faster than arrays?
Is it possible for the objects to read and write themselves?
WHO DEVELOPED C++?
How can you find the nodes with repetetive data in a linked list?
Is recursion allowed in inline functions?
Define copy constructor.
If there are 1 to 100 Numbers in array of 101 elements. Which is the easy way to find repeated number?
the maximum length of a character constant can be a) 2 b) 1 c) 8
string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring