C
Programming and Technical
Q. What is a function?
A. A large program is subdivided into a number of smaller programs or subprograms. Each subprogram specifies one or more actions to be performed for the larger program. Such sub programs are called functions.
Read Solution (Total 1)
-
- function is a subroutine(method or procedure) associated with the objects which has access its data and member variables. function provides reusability.
- 10 years agoHelpfull: Yes(0) No(0)
C Other Question