InterviewSolution
Saved Bookmarks
| 1. |
What Is The Mean Of Function? |
|
Answer» Functions allow for modular PROGRAMMING. You must remember that all PARAMETERS passed into FUNCTION in C are passed by VALUE! Functions allow for modular programming. You must remember that all parameters passed into function in C are passed by value! |
|