Exam 6: Modularity Using Functions: Part I
Exam 1: Introduction to Computer Programming44 Questions
Exam 2: Getting Started in C Programming46 Questions
Exam 3: Processing and Interactive Input48 Questions
Exam 4: Selection44 Questions
Exam 5: Repetition47 Questions
Exam 6: Modularity Using Functions: Part I51 Questions
Exam 7: Modularity Using Functions: Part II49 Questions
Exam 8: Arrays48 Questions
Exam 9: Character Strings51 Questions
Exam 10: Data Files50 Questions
Exam 11: Arrays, Addresses, and Pointers49 Questions
Exam 12: Structures48 Questions
Exam 13: Dynamic Data Structures49 Questions
Exam 14: Additional Capabilities55 Questions
Exam 15: A Brief Introduction to C++49 Questions
Select questions type
In earlier versions of C, if a function header line omitted a return data type, the return value was, by default, implicitly declared as being of type void.
(True/False)
5.0/5
(34)
Terms used as synonyms for arguments are actual arguments and actual parameters.
(True/False)
4.8/5
(43)
The function ____ returns the common logarithm of its argument.
(Multiple Choice)
4.8/5
(27)
Failure to exactly match the return value with the function's declared data type can lead to undesired results because the return value is always converted to the data type declared in the function's header line.
(True/False)
4.8/5
(41)
All C compilers provide ____ function(s) for creating random numbers, defined in the stdlib.h header file.
(Multiple Choice)
4.7/5
(46)
The purpose of a ____ is to identify the data type of the value returned by the function, if any, provide the function with a name, and specify the number, order, and type of values expected by the function.
(Multiple Choice)
4.8/5
(36)
The value of an expression can be explicitly converted into another type using the cast operator.
(True/False)
4.8/5
(35)
The function ____ returns the natural logarithm of its argument.
(Multiple Choice)
4.8/5
(41)
Showing 41 - 51 of 51
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)