0
Is it possible to swap the addresses two pointers are pointing to?
Rather than the usual practise of switching values, is there a way to achieve this purpose?
2 Respostas
0
Jay Matthews that is helpful, many thanks! An additional question, could the swapping be done in a function, but not in the main function?