Function Declaration in C
C Programming & Data Structures: Function Declaration in C Topics discussed: 1) Declaration of functions in C language. 2) Is it necessary to declare the function before we use it? 3) What will happen if we use the function before defining it?