Explain terminate() and unexpected() function?
No Answer is Posted For this Question
Be the First to Post Answer
Is arr and &arr are same expression for an array?
What does it mean to declare a member variable as static?
What is rtti in c++?
What is a c++ vector?
What is size of a empty class?
7 Answers Microsoft, Tata Elxsi, Wipro,
What is functions syntax in c++?
What are the advantages of c++? Explain
How a pointer differs from a reference?
What is Memory Alignment?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
What is encapsulation in c++?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?