Differentiate between a pointer and a reference with respect to c++.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

difference between macro and function?

3 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

0 Answers  


Describe new operator?

0 Answers  


What is 'Copy Constructor' and when it is called?

1 Answers  


What is the main purpose of c++?

0 Answers  






Can I learn c++ without knowing c?

0 Answers  


Difference between inline functions and macros?

0 Answers  


which operator is used for performing an exponential operation a) > b) ^ c) none

0 Answers  


How can we read/write Structures from/to data files?

0 Answers  


What is the difference between the indirection operator and the address of oper-ator?

0 Answers  


what is data Abstraction? and give example

147 Answers   Aaditya Info Solutions, American Express, CMS, College School Exams Tests, Data Entry Operator, First Advantage, Google, HCL, IBM, Infosys, Microsoft, Mind Links, NIIT, Oracle, Pact, QBit Systems, TCS, WAYA, Wipro,


what is object?

7 Answers  


Categories