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
Is c++ map a hash table?
Is recursion allowed in inline functions?
How would you use the functions memcpy(), memset(), memmove()?
What is string in c++ programming?
What is the best c++ ide?
What is a stack c++?
What is an associative container in c++?
What are the two types of polymorphism?
How do you declare a set in c++?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What language does google use?
How does a C++ structure differ from a C++ class?
What is a dynamic binding in c++?
What is recursion?
Differentiate between realloc() and free().