C-Function

1 post
Recent Articles

Functions in C

A function is a block of code that performs a specific task. It is a set of statements that take inputs, do some specific computation and produces output. A function can be ...read more