Question: How do we write a generic swap function? void swap (void *a, void *b) void tempa; *a-*b *b-temp; Will this work

How do we write a generic swap function? void swap (void *a, void *b) void tempa; *a-*b *b-temp; Will this work
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
