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
Write a function to find out longest palindrome in a given string?
What is singleton class and how can we make a class singleton?
What are the types of methods in java?
What does int argc char * argv [] mean?
What is the Scope of Static Variable?
Whats the difference between notify() and notifyall()?
How do constructors use this() and super()?
What is gui programming?
How do you get the length of a string in java?
Why is java logo a cup of coffee?
What is map in java?
Is null a value?
Can a serialized object be transferred via network?
What is meant by class loader? How many types are there? When will we use them?
Can I declare a class as private?