Answer Posted / aatish maskariya
c++ supports one more type of variable called reference
variable.In addition to pointer variable and value variable
of creference variable behaves similar to both vaule
variable and pointer variable.reference variable has all
acces that variable has.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is finalize()? Is finalize() similar to a destructor?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
What is a get method?
What is static import?
Explain reverse a linked list iterative solution in java?
Why are the destructors for base class and derived class called in reverse order when the program exits
What do you understand by classes in java?
What are the pillars of java?
Write a code to show a static variable?
Is linked list a linear or non-linear data structure?
What is the primitive type short?
What is a functional interface?
How do you create a bulleted list?
Explain the features of java?
What is difference between fail-fast and fail-safe?