Services
Discover
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
A First Book of ANSI C
Exam 7: Modularity Using Functions: Part II
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 41
True/False
Except for symbolic constants and function prototypes, local variables should almost never be used.
Question 42
Multiple Choice
The variable secnum is ____. Int main() { Int secnum; ) . . }
Question 43
Multiple Choice
Coding a function prototype as ____ makes sense when the function is used by a number of other functions in a source code file.
Question 44
Multiple Choice
When the function returns control to its calling function, its ____ variables "die".
Question 45
Multiple Choice
A variable with a ____ scope is simply one that has had storage locations set aside for it by a declaration statement made within a function body.
Question 46
Multiple Choice
A declaration statement that specifically contains the word ____ is different from every other declaration statement in that it does not cause the creation of a new variable by reserving new storage for the variable.