Difference between pointer to constant vs. Pointer constant
No Answer is Posted For this Question
Be the First to Post Answer
Explain how to initialize a const data member.
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 are the two types of comments?
What is the most powerful coding language?
what are Operators and explain with an example?
Why is c++ called oops?
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
What's the order in which the objects in an array are destructed?
Why c++ is the best language?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What are the different types of polymorphism?
Write my own zero-argument manipulator that should work same as hex?