#include <stdio.h> int sum (int, int); int main (void) { int total; total = sum (2, 3);...
Separate names with a comma.