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 |
Write is a binary search tree? Write an algo and tell complexity?
Is recursion allowed in inline functions?
Explain what are the sizes and ranges of the basic c++ data types?
What is pointer to array in c++?
What is the average salary of a c++ programmer?
How do I write a c++ program?
Explain stack unwinding.
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
How are Structure passing and returning implemented by the compiler?
Are there any new intrinsic (built-in) data types?
What are pointer-to-members in C++? Give their syntax.
How do you declare A pointer to a function which receives nothing and returns nothing