Should I learn c++ c?
No Answer is Posted For this Question
Be the First to Post Answer
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
Array base access faster or pointer base access is faster?
Define inline function
Explain what are single and multiple inheritances in c++?
Explain terminate() and unexpected() function?
What is the iunknown interface?
write a C++ programming using for loop: * * * * * * * * * *
Please explain class & object in c++?
Difference between delete and free.
Does c++ support exception handling?
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 a container class?