Tuesday, September 17, 2013

WHAT IS FUNCTION IN PROGRAMMING

Function : Function in programming is a segment that groups a number of program statements to perform specific task. A C program has at least one function main(). Without main() function, there is technically no C program.

No comments:

Post a Comment