What is new in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
Give an example of run-time polymorphism/virtual functions.
Why is c++ awesome?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
How to detect memory leaks in c++
Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.
What is c++ manipulator?
Can we use pointers in c++?
What is the difference between method overloading and method overriding in c++?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
Define namespace in c++?
What is the full form of stl in c++?