Swap functionYeah that didn't work either, no worries. This was for an assignment, so I was limited
Swap functioni = 10 j = 20 *ip = 10 *jp = 20 i = 20 j = 20 *ip = 20 *jp = 20 where it should be 10 and 20 for th...
Swap functionYep, I tried that one, it doesnt output what I need. Here's my whole program: [code]#include <iost...
Swap functionWhich ones, bc I've tried every combo, and nothing works..
Swap functionDidn't work, throwing me errors for invalid conversion.