Answer Posted / mms zubeir
Friend, are you gonna work there or .......?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how to initialize a const member data.
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
What are namespaces in c++?
Comment on local and global scope of a variable.
What are proxy objects in c++?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
Is there structure in c++?
How do you show the declaration of a virtual constructor?
What are the advantages of using const reference arguments in a function?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
Describe private, protected and public – the differences and give examples.
Can we delete this pointer in c++?
What are formatting flags in ios class?
Can you explicitly call a destructor on a local variable?
Can we sort map in c++?