Can member functions be private?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the differences between private, public and protected and give examples.
Which c++ operator cannot overload?
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 does namespace mean in c++?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
why v use c++ even we have microprocessor
Mention the storage classes in c++.
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
What are all predefined data types in c++?
Can a built-in function be recursive?
What do you mean by Stack unwinding?
write a program that will produce the ff. output. "what fruit will you buy? 1)apple 2)orange 3)mango ENTER CHOICE (1,2 or 3)> HOW MANY WILL YOU BUY?> THAT WILL COST XX.XX