Saturday, May 30, 2015

Filled Under:

function in C

FUNCTION:-

a piece of code within larger program which is written to perform a specific task is called function.it is independent of the remaining code of the program .functions are the building blocks of C program.

A program may have many functions .each function has a unique name the function is called for executing with the reference of its name .A function can be called for executing by the main() function or any other function of the program.
function in C
functions provide structured programming approach.in structured programming a large program is divided into smaller units.these small units are called functions or modules or subprograms...

0 comments:

Post a Comment