What is an undefined behavior and sequence points
No Answer is Posted For this Question
Be the First to Post Answer
What is the need of a destructor?
Differentiate between an inspector and a mutator ?
What is the basic concept of c++?
You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so
Define the operators that can be used with a pointer.
Describe the process of creation and destruction of a derived class object?
what is VOID?
What is Destructor in C++?
Write a program which uses functions like strcmp(), strcpy()? etc
Explain terminate() function?
What are static type checking?
Explain about vectors in c ++?