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 the full form of c++?
What are the uses of typedef in a program?
How can you quickly find the number of elements stored in a static array?
Can you use the function fprintf() to display the output on the screen?
How to declare an array of pointers to integer?
Explain Text Manipulation Routines?
Can malloc be used in c++?
Can I make ios apps with c++?
Write a program to find the reverse Fibonacci series starting from N.
When a function is made inline. Write the situation where inline functions may not work.
What is this weird colon-member (" : ") syntax in the constructor?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator