Given the following function definition: int doit(int &x,
int y, int &z) { x = 3*x; y = y + 5; z = x+y; return z -
4; } int a = 5, b = 7, c = 9, d = 11; d = doit(a,b,c);
Answers were Sorted based on User's Feedback
What is called array?
Define Virtual function in C++.
What are the general quetions are in DEna bank manager IT/System interviews?
Explain about vectors in c ++?
What is fixed in c++?
What is the use of pointer in c++ with example?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
Can a list of string be stored within a two dimensional array?
How do you generate a random number in c++?
Write a program to reverse a linked list?
8 Answers Catalytic Software, Satyam,
What are pointer-to-members? Explain.
What is java and c++?