InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is a unit of code that is often defined within a greater code structure?(a) Subroutines (b) Function (c) Files(d) Modules |
|
Answer» Function is a unit of code that is often defined within a greater code structure |
|