What is implicit pointer in c++?



What is implicit pointer in c++?..

Answer / Rahul Rao

In C++, an implicit pointer is a variable of a pointer data type that doesn't have an explicit name. When you declare a function with a reference parameter, the compiler creates an implicit pointer behind the scenes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is the difference between an enumeration and a set of pre-processor # defines?

1 Answers  


What is ios class in c++?

1 Answers  


Difference between static global and global?

16 Answers   Microsoft, Symphony, Wipro,


Define anonymous class.

1 Answers  


What is object in c++ example?

1 Answers  


Implement a 2 dimensional array by one dimentional array

1 Answers   CTS,


Can member data be public?

1 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.

1 Answers  


Can a function take variable length arguments, if yes, how?

1 Answers  


What is object slicing and how can we prevent it?

2 Answers   Tech Mahindra,


What is a node class in c++?

1 Answers  


Explain the use of virtual destructor?

1 Answers  


Categories