Explain how to initialize a const member data.
No Answer is Posted For this Question
Be the First to Post Answer
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
What is the output of the following 3D Array int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12}; what is the output for arr[2][1][0]?
6 Answers HCL, Integra, IPMC, ORG,
How can you create a virtual copy constructor?
iam a fresher to Qt(GUI a c++ based framework software). i need to develop the basic applications on designer by drag and dropping mechanism...so pls send me the procedure to design applications?
What does I ++ mean in c++?
What are the difference between reference variables and pointers in C++?
What is flag in computer?
Describe new operator?
How do you generate a random number in c++?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
Are vectors passed by reference c++?
How to tokenize a string in c++?