Difference between pointer to constant vs. Pointer constant


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Explain how to initialize a const data member.

0 Answers  


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.

1 Answers  


What are the two types of comments?

0 Answers  


What is the most powerful coding language?

0 Answers  


what are Operators and explain with an example?

0 Answers  






Why is c++ called oops?

0 Answers  


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?

0 Answers  


What's the order in which the objects in an array are destructed?

0 Answers  


Why c++ is the best language?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

0 Answers   CTS,


What are the different types of polymorphism?

3 Answers  


Write my own zero-argument manipulator that should work same as hex?

0 Answers  


Categories