Programming IN C, Tutorials Function to calculate the sum of two numbers 0 872 Indian MirchiOctober 6, 2017 12:21October 6, 2017 Function to calculate the sum of two numbers: int sum(int, int); /* Function Prototype or Declaration*/ main( ) { int …