Exam 2: Basic Elements of C
Exam 1: An Overview of Computers and Programming Languages50 Questions
Exam 2: Basic Elements of C50 Questions
Exam 3: Inputoutput50 Questions
Exam 4: Control Structures I Selection50 Questions
Exam 5: Control Structures II Repetition50 Questions
Exam 6: User-Defined Functions50 Questions
Exam 7: User-Defined Simple Data Types, Namespaces, and the String Type50 Questions
Exam 8: Arrays and Strings50 Questions
Exam 9: Records Structs50 Questions
Exam 10: Classes and Data Abstraction49 Questions
Exam 11: Inheritance and Composition50 Questions
Exam 12: Pointers, Classes, Virtual Functions, and Abstract Classes50 Questions
Exam 13: Overloading and Templates50 Questions
Exam 14: Exception Handling50 Questions
Exam 15: Recursion50 Questions
Exam 16: Searching, Sorting and the Vector Type50 Questions
Exam 17: Linked Lists50 Questions
Exam 18: Stacks and Queues50 Questions
Select questions type
The ____________________ type is C++ 's method for allowing programmers to create their own simple data types.
(Short Answer)
4.9/5
(40)
The escape sequence \r moves the insertion point to the beginning of the next line.
(True/False)
4.8/5
(39)
A(n) ____________________ is a memory location whose contents can be changed.
(Short Answer)
4.8/5
(36)
Suppose that sum and num are int variables and sum = 5 and num = 10. After the statement sum += num executes, ____.
(Multiple Choice)
4.8/5
(42)
The declaration int a, b, c; is equivalent to which of the following?
(Multiple Choice)
4.8/5
(31)
____________________ functions are those that have already been written and are provided as part of the system.
(Short Answer)
4.8/5
(37)
The smallest individual unit of a program written in any language is called a(n) ____________________.
(Short Answer)
4.9/5
(27)
An operator that has only one operand is called a unique operator.
(True/False)
4.9/5
(37)
Showing 41 - 50 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)