write a simple program and explain each component of program
Answers
Answered by
2
Answer:
The Program's Components
The main() Function (Lines 9 Through 23) ...
The #include and #define Directives (Lines 2 and 3) ...
The Variable Definition (Line 5) ...
The Function Prototype (Line 7) ...
Program Statements (Lines 12, 13, 14, 17, 19, 20, 22, and 28) ...
Similar questions