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 math h in c++?
Define a conversion constructor?
What is a type library?
Write a program which uses functions like strcmp(), strcpy()? etc
Define the process of error-handling in case of constructor failure?
What are the advantages and disadvantages of using inline and const?
2 Answers Polaris, TCS, Zimmer Biomet,
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
Is linux written in c or c++?
What is pointer to member?
Will the following program execute?
Why is it called c++?
What are advantages of using friend classes?