What are the advantages of using const reference arguments in a function?
No Answer is Posted For this Question
Be the First to Post Answer
In how many ways we can initialize an int variable in C++?
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
What are references in c++?
Can a constructor throw a exception? How to handle the error when the constructor fails?
What are the main characteristics of C++ as a programming language?
what you know about c++?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
What is the Difference between "vector" and "array"?
15 Answers Covansys, Gambit, TCS, Wipro,
Why do we use setw in c++?
Which programming language is best?
Can you overload the operator+ for short integers?