/* www.troubleshootyourself.com C program to reverse an array elements. */ #include int main() { int i, d, n, a, b; ...