#include int func(int a,int b) { int c; c=a+b;return c; } ma