#include #include void soma (int *z, int x, int y) { *z = x + y; } void main ( ) { int a, b, c; printf (