#include int funcB(int *ret) { int x = 10; x += *ret;; printf("%d\\n", x); return 0; } int funcA(int x, int y) { int