Exam 6: User-Defined Functions
Exam 1: An Overview of Computers and Programming Languages52 Questions
Exam 2: Basic Elements of C++76 Questions
Exam 3: Inputoutput33 Questions
Exam 4: Control Structures I Selection24 Questions
Exam 5: Control Structures II Repetition25 Questions
Exam 6: User-Defined Functions47 Questions
Exam 7: User-Defined Simple Data Types, Namespaces, and the String Type12 Questions
Exam 8: Arrays and Strings33 Questions
Exam 9: Records Structs10 Questions
Exam 10: Classes and Data Abstraction38 Questions
Exam 11: Inheritance and Composition15 Questions
Exam 12: Pointers, Classes, Virtual Functions, Abstract Classes, and Lists40 Questions
Exam 13: Overloading and Templates21 Questions
Exam 14: Exception Handling13 Questions
Exam 15: Recursion18 Questions
Exam 16: Linked Lists17 Questions
Exam 17: Stacks and Queues34 Questions
Exam 18: Searching and Sorting Algorithms28 Questions
Exam 19: Binary Trees26 Questions
Exam 20: Graphs53 Questions
Exam 21: Standard Template Library STL28 Questions
Select questions type
What does these terms refer to:
- Reference parameter:
Free
(Short Answer)
4.9/5
(32)
Correct Answer:
a formal parameter that receives the location (memory address) of the corresponding actual parameter
The code required to accomplish a function's task is called the ____________________ of the function.
Free
(Short Answer)
4.8/5
(31)
Correct Answer:
body
What does these terms refer to:
- Different formal parameter lists:
Free
(Short Answer)
4.9/5
(33)
Correct Answer:
when two or more functions with the same name have a different number of formal parameters, or if they have the same number of parameters, the data type of the parameters differs in at least one position
A value-returning function is used (called) in a(n) ____________________.
(Short Answer)
5.0/5
(32)
An actual parameter is a variable declared in the function heading.
(True/False)
4.8/5
(40)
A(n) ____________________ is a function heading without the body of the function.
(Short Answer)
4.9/5
(33)
To use predefined functions in a program, you must include the ____________________ that includes the function specification.
(Short Answer)
4.8/5
(37)
No information can be passed in and out of void functions without parameters.
(True/False)
4.8/5
(36)
Showing 1 - 20 of 47
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)