I have written a basic program to find the largest number in an array and print it:
#include int main(void) { int numbers[] = {3, 5, 12, 1, 4