“c,#includevoid example_procedure() {, int a = 5, b = 10;, printf(“Sum: %d,”, a + b);,}int main() {, example_procedure();, return 0;,},“