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
Why java strings are immutable in nature?
What's the difference between comparison done by equals method and == operator?
What will happen to the exception object after exception handling?
v-model life cycle
What are methods in java?
What is the significance of java packages?
Explain about class in java?
Can we clone singleton object?
What type of value does sizeof return?
Is java code slower than native code?
What is lambda expression in java?
Explain the significance of class loaders in bootstrap?
How do I get a substring?
Why is stringbuffer called mutable?
What is prefix of a string?