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 |
What is the difference between an enumeration and a set of pre-processor # defines?
What is ios class in c++?
Difference between static global and global?
16 Answers Microsoft, Symphony, Wipro,
Define anonymous class.
What is object in c++ example?
Implement a 2 dimensional array by one dimentional array
Can member data be public?
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.
Can a function take variable length arguments, if yes, how?
What is object slicing and how can we prevent it?
What is a node class in c++?
Explain the use of virtual destructor?