#include <stdio.h> int main() { int add(int a, int b, int x) x = a+b; int sub(int a,int b, int y) y = a-b; return 0; }