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 |
Name some pure object oriented languages?
When is the last time you coded in C/C++? What is the most lines of original C/C++ code you have personally written in one project? How confident are you in your ability to write C or C++ without a reference?
Why c++ is created?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
When should you use multiple inheritance?
Is multimap sorted c++?
Can c++ do everything c can?
What are c++ storage classes?
Write about the local class and mention its use?
Explain the term memory alignment?
What do you mean by late binding?
What is ctime c++?