Im new to C Programming, and am attempting to write a program to take the names of ten people and output the highest length. This is what I've got so far:


#include <stdio.h>

main() {

int...