ocr: This is the lunction delinition for "prn info0".It specilies explicitly how the lunction will act. A function definition consists of aheader and a body. The header is the code that occurs bbefore the first lelt brace 3 : The body consists of the declarations and statements between the braces I and 3 For this function the header is the line void prn info(void) and the body consists of a single "printf()" statement.