What are the types of array in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Under what conditions is multiple inheritance not recommended?
Is c++ a good beginners programming language?
What is a dangling pointer in c++?
How do we balance an AVL Tree in C++?
what is importance of data sturture in a programming language?
22 Answers L&T, TCS, Wipro,
What is an adaptor class or Wrapper class?
What is the difference between the parameter to a template and the parameter to a function?
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.
How many keywords are used in c++?
What is functions syntax in c++?
in C++ , the word plus plus who found this?
What is a null object in c++?