What is a static member?
No Answer is Posted For this Question
Be the First to Post Answer
What is linked list in c++?
What is a dangling pointer 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.
how can u create a doubly linked list with out using pointers?
What is a storage class?
what are difference between c and c++?
Describe the role of the c++ in the tradeoff of safety vs. Usability?
How is an Abstract Base Class(ABC) related to an "Abstract Data Type" (ADT)
What is c++ vb?
Why is "using namespace std;" considered bad practice?
Can manipulators fall in love?
if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.