diff between pointer and reference in c++?
Answer / ravi.g
pointers have valid memory but reference does not have
memory
It means pointers points to some address(memory)
Reference does not points to any address(memory)
| Is This Answer Correct ? | 2 Yes | 0 No |
What is array in c++ pdf?
Do class method definitions?
the maximum length of a character constant can be a) 2 b) 1 c) 8
In C++ cout is: a) object b) class c) something else
11 Answers Infosys, Lehman Brothers,
throw Can constructors exceptions?
write a c++ program that gives output 4 3 4 2 3 4 1 2 3 4 using looping statement
When can I use a forward declaration?
What is the difference between while and do while loop? Explain with examples.
Can we declare a base-class destructor as virtual?
What are the classes in c++?
What is a down cast?
What happens when the extern "c" char func (char*,waste) executes?