What is pass by value & reference.


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

Post New Answer

More C++ Interview Questions

What is RTTI and why do you need it?

0 Answers   Amazon,


What are the advantages and disadvantages of B-star trees over Binary trees?

0 Answers  


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

0 Answers   IBS, TCS,


what is a pragma in C++?

0 Answers   Aspire,


What are "pure virtual" functions?

0 Answers   Adobe, Alter, iNautix,






Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 Answers  


What is data abstraction? How is it implemented in C++?

0 Answers   Amdocs,


Write a C++ Program to find Addition of Two Numbers.

1 Answers  


How can a C function be called in a C++ program?

0 Answers  


What is conversion constructor in C++

0 Answers   TCS,


What does it mean to declare a function or variable as static?

0 Answers   Amazon,


What is the difference between public, private, and protected inheritance?

0 Answers   Amazon,


Categories