1234567891011
Void duplicate (int& a,int& b,int& c) { ... ... } Void duplicate (int a,int b,int c) { ... ... }