THIS WILL WORK
#include<stdio.h>
#include <conio.h>
void largest(int);//determines the largest integer entered of 3 inputs
void smallest(int);//determines the smallest integer of 3 inputs

int...