when to use 'mutable' keyword and when to use 'const cast'
in c++
No Answer is Posted For this Question
Be the First to Post Answer
How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?
What does <> mean pseudocode?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
write string class as your own class in java without using any built-in function
How is polymorphism achieved?
what does exactly the linker do?
What is a macro? And how is a macro same as a template?
What is overloading in oops?
When is it necessary to use member-wise initialization list in C++?
where is memory for struct allocated? where is memory for class-object allocated? I replied for struct in stack and for class-object in heap. THen he asked if class has struct member variable what happens.class on heap and what about struct in that class? couldnt ans :( :-?
What is a scope resolution operator?
Write a program to find out the number of palindromes in a sentence.