Question: C++ 1. A?B?C?D? which one is correct 2. 3A, 3B #include using namespace std; void swap0(int* ptri, int* ptr2) { int *temp; temp = ptr1;
C++
1. A?B?C?D? which one is correct 
2.

3A, 3B


#include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
