#include "header.h" void Plus_C(int n, int m, int *sum){ int j; j = n + m; *sum = j; // }