Are vectors passed by reference c++?
No Answer is Posted For this Question
Be the First to Post Answer
Is java based off c++?
How do you flush std cout?
What is the use of register keyword with the variables?
What do you mean by abstraction in C++?
What are the advantages of using a pointer?
What is the use of static functions?
Name the operators that cannot be overloaded in C++?
What is c++ hiding?
Should you pass exceptions by value or by reference?
What is ctime c++?
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
Do inline functions improve performance?