What are the major differences between C and C++?
No Answer is Posted For this Question
Be the First to Post Answer
What does it mean to declare a member function as static in C++?
When would you use a pointer? A reference?
What is placement new?
What are the major differences between C and C++?
Is deconstructor overloading possible? If yes then explain and if no Then why?
Write a program to input an integer from the keyboard and display on the screen “WELL DONE” that many times.
What are pass by value and pass by reference?what is the disadvantage of pass by value?
What is wrong with this statement? std::auto_ptr ptr(new char[10]);
Is there a difference between class and struct?
How can you force the compiler to not generate them?
How does stack look in function calls? When does stack overflow? What can you do to remedy it?
Write a program to display the following output using a single cout statement Maths=90 Physics=77 Chemistry = 69