What is the difference between reference type and pointers.
Answer Posted / p.madhupriya
pointer is a variable that points to address of another
variable .
reference is variable that points to address of that
variable only.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is object oriented programming (oop)?
What is one dimensional array in c++?
How would you call C functions from C++ and vice versa?
What problems might the following macro bring to the application?
Can we delete this pointer in c++?
What are the various situations where a copy constructor is invoked?
Is c++ low level?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What is the difference between c++ and turbo c++?
What is a sequence in c++?
Write a program using display() function which takes two arguments.
Write a C++ Program to check whether a number is prime number or not?
What is a lambda function c++?
Difference between class and structure.
Explain queue. How it can be implemented?