Write a function that swaps the values of two integers, using int* as the argument type?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

In C++ cout is: a) object b) class c) something else

11 Answers   Infosys, Lehman Brothers,


What is a stack c++?

0 Answers  


Where and why do I have to put the "template" and "typename" keywords?

0 Answers  


What is the use of turbo c++?

0 Answers  


List the features of oops in c++?

0 Answers  






If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?

0 Answers  


Do class method definitions?

0 Answers  


Do you need a main function in c++?

0 Answers  


What is the standard template library (stl)?

0 Answers  


When is a template a better solution than a base class?

1 Answers  


What is difference c and c++?

1 Answers  


Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort

0 Answers  


Categories