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 are Agilent PRECOMPILERS?

0 Answers   Agilent,


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

0 Answers   IBS, TCS,


Write a syntax and purpose of switch statement.

0 Answers   Agilent,


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

0 Answers   Adobe,


Discuss about iteration statements in C++ .

0 Answers   Agilent,






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  


Define namespace.

1 Answers  


How many times will this loop execute? Explain your answer.

0 Answers  


Describe the different styles of function prototypes in C++.

0 Answers   Adobe,


Find the Factorial of a number using a program.

0 Answers   Accenture,


There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?

0 Answers   Alter,


What's the value of the expression 5["abxdef"]?

0 Answers  


Categories