When would you use a pointer? A reference?


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

Post New Answer

More C++ Interview Questions

write a program To generate the Fibonacci Series.

0 Answers   Accenture,


What is meant by exit controlled loop?

0 Answers   Adobe,


What is the difference between an ARRAY and a LIST in C++?

0 Answers   IBS, TCS,


Identify the error in the following program. include<iostream> using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }

1 Answers  


What is Boyce Codd Normal form?

0 Answers   IBS,






How to reverse a string in C++

0 Answers  


What does it mean to declare a member function as static in C++?

0 Answers   Amazon,


What is RTTI and why do you need it?

0 Answers   Amazon,


What is the difference between realloc() and free() in C++?

0 Answers   IBS, TCS,


Question on Copy constructor.

0 Answers   Alter,


Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.

0 Answers   Adobe,


Can we provide one default constructor for our class?

0 Answers  


Categories