Functions
الموقع: | منصة الحسن للتعلم |
المساق: | Structured Programming |
كتاب: | Functions |
طبع بواسطة: | مستخدم ضيف |
التاريخ: | الخميس، 21 نوفمبر 2024، 6:43 PM |
الوصف
Objectives
To construct programs modularly from small pieces called functions.
The common math functions available in the C Standard Library.
How to create new functions.
The mechanisms used to pass information between functions.
Pre-Defined Functions
User - Defined Functions
Passing Parameters By Value