What is the type of this pointer in c++?


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

Post New Answer

More C++ General Interview Questions

What is copy constructor? Can we make copy constructor private in c++?

0 Answers  


Who calls main function?

0 Answers  


How is c++ different from java?

0 Answers  


Is string data type in c++?

0 Answers  


What is the difference between "calloc" and "malloc"?

9 Answers   ADP,






Explain the need for "Virtual Destructor"?

2 Answers   Infosys,


How does throwing and catching exceptions differ from using setjmp and longjmp?

1 Answers  


Write a code/algo to find the frequency of each element in an array?

0 Answers   Axtria,


Can I have a reference as a data member of a class? If yes, then how do I initialise it?

0 Answers  


Describe private, protected and public – the differences and give examples.

0 Answers  


what is C++ objects?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. x + y=z;

2 Answers  


Categories