#include int sum(int a, int b) { return a+b; } void print(int num) { printf("%d", num); }