Find the Greatest Element in an Array

# Introduction In this lab, you need to create a program that finds the greatest element in an array by implementing a `find_greatest()` function that checks and returns the address of the greatest element among three given elements, and then calling this function in the `main()` function and printing the greatest element by dereferencing the returned pointer.

|60 : 00

Click the virtual machine below to start practicing