#include using namespace std; void duplicate (int& a, int& b, int& c){ a=2; b=4; c=2;} void...

Related Book For  answer-question
Posted Date: