What is the difference between Pointer and a Reference?
When you would use them?
Answer Posted / vinay bondade
A Pointer is not a condt pointer unless you define it in
that way,but a referrence on the contrary is a const
pointer by default and adding to this implementation it is
deferrenced automatically.
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
If a function doesn’t return a value, how do you declare the function?
Explain what are accessor methods?
What is boyce codd normal form in c++?
Can user-defined object be declared as static data member of another class?
What is ctime c++?
What are all predefined data types in c++?
Does c++ have a hash table?
Who calls main function?
What is flag in computer?
Is c++ still being used?
What is static class data?
Write about an iterator class?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
Explain container class.
What is a block in c++?