Terminal Questions
- _____ enhance the basic instructions of C language
- C was originally developed by _____
- What are the major components of a C program?
- What significance is attached to the function main?
- What are arguments? Where do arguments appear within a C program?
Answers to Terminal Questions
1. Library functions
2. Dennis Ritchie
3. Documentation section, Link section, Definition section, Global
declaration section, main() function section, Subprogram section
4. main is the function that will be "called'' first when our program
starts running.
5. The arguments are symbols that represent information being passed
between the function and other parts of the program. They appear in the
function heading.
No comments:
Post a Comment