When to use “const” reference arguments in a function?
No Answer is Posted For this Question
Be the First to Post Answer
What are activex and ole?
Write a program to get the value of sin (x) using a library function , when x is given in degrees.
Write about all the implicit member functions of a class?
What is c++ manipulator?
What are references in c++?
What is ctime c++?
What is the output of the following 3D Array int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12}; what is the output for arr[2][1][0]?
6 Answers HCL, Integra, IPMC, ORG,
Describe the role of the c++ in the tradeoff of safety vs. Usability?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
What is the array and initializing arrays in c++?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
Implement stack operations with pointers with appropriate exception checks.