What is type of 'this' pointer? Explain when it is get created?


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

Post New Answer

More C++ General Interview Questions

What is input operator in c++?

0 Answers  


What does the ios::ate argument do?

0 Answers  


write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.

0 Answers  


Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?

0 Answers  


How do you invoke a base member function from a derived class in which you’ve overridden that function?

0 Answers  






Define a way other than using the keyword inline to make a function inline?

1 Answers  


Why is it difficult to store linked list in an array?

6 Answers   Infosys, Lucent,


What do you mean by translation unit in c++?

1 Answers  


When volatile can be used?

3 Answers   Symphony,


What are the advantages of c++? Explain

0 Answers  


Consider a c++ template funtion template<class T> T& Add(T a, T b){return a+b ;} if this function is called as T c = Add("SAM", "SUNG"); what will happen? What is the problem in the template declaration/ How to solve the problem.

7 Answers   LG, Samsung,


Can we use this pointer in a class specific, operator-overloading function for new operator?

0 Answers  


Categories