Explain what you mean by a pointer.


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

Post New Answer

More C++ General Interview Questions

Why is c++ considered difficult?

0 Answers  


What is meaning of in c++?

0 Answers  


What is #include math h in c++?

0 Answers  


What is the identity function in c++? How is it useful?

0 Answers  


Differentiate between realloc() and free().

0 Answers  


What is the difference between #define debug 0 and #undef debug?

0 Answers  


Will the following program execute?

0 Answers  


Can you explicitly call a destructor on a local variable?

0 Answers  


Can we change the basic meaning of an operator in c++?

0 Answers  


What are the different types of comments allowed in c++?

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 would happen on forgetting [], while deallocating an array through new?

0 Answers  


Categories