What is the use 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

Show the declaration for a pointer to function returning long and taking an integer parameter.

0 Answers  


Give 2 examples of a code optimization?

4 Answers  


Explain the different access specifiers for the class member in c++.

0 Answers  


Difference between declaration and definition of a variable.

0 Answers  


Find the second maximum in an array?

12 Answers   HCL,






let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.

1 Answers  


Explain what you mean by a pointer.

0 Answers   TCS,


Write a program to get the value of sin (x) using a library function , when x is given in degrees.

1 Answers  


Adobe Interview & Adobe Placement Paper

1 Answers   Adobe,


Why c++ is created?

0 Answers  


If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?

0 Answers  


Are there interfaces in c++?

0 Answers  


Categories