What are the difference between reference variables and pointers in C++?
Pointers: A pointer is a variable that holds memory address of another variable. ... References : A reference variable is an alias, that is, another name for an already existing variable. A reference, like a pointer, is also implemented by storing the address of an object.
| Is This Answer Correct ? | 0 Yes | 0 No |
difference between macro and function?
Define a pdb file.
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
What is the use of seekg in c++?
Define stacks. Provide an example where they are useful.
Do you need a main function in c++?
What is the size of a vector?
When does a name clash occur in c++?
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,
Is c++ the most powerful language?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?