Created: 2023-01-11 16:47
Status: #concept
Subject: Programming
Tags: C Function

Function Prototype

In C, a Function Prototype allows us to Initialize the function parameters' C Data Type and return type of a function before using it in our code.

Syntax

References