In C programming, a function call is a statement that invokes or executes a function
Program.c
Inside main function. Inside myFunction. Back inside main function
With supporting text below as a natural lead-in to additional content.
Q1. In C programming, what is the purpose of a function prototype?
Q2. If a function is defined after the main function in a C program, how can you call it from main without a function prototype?