Exam 10: Characters, C-Strings, and More About the String Class
Exam 1: Introduction to Computers and Programming47 Questions
Exam 2: Introduction to C62 Questions
Exam 3: Expressions and Interactivity45 Questions
Exam 4: Making Decisions51 Questions
Exam 5: Loops and Files60 Questions
Exam 6: Functions49 Questions
Exam 7: Arrays and Vectors56 Questions
Exam 8: Searching and Sorting Arrays30 Questions
Exam 9: Pointers47 Questions
Exam 10: Characters, C-Strings, and More About the String Class47 Questions
Exam 11: Structured Data46 Questions
Exam 12: Advanced File Operations38 Questions
Exam 13: Introduction to Classes54 Questions
Exam 14: More About Classes46 Questions
Exam 15: Inheritance, Polymorphism, and Virtual Functions43 Questions
Exam 16: Exceptions and Templates36 Questions
Exam 17: The Standard Template Library38 Questions
Exam 18: Linked Lists41 Questions
Exam 19: Stacks and Queues47 Questions
Exam 20: Recursion27 Questions
Exam 21: Binary Trees39 Questions
Select questions type
The function that accepts a pointer to a C-string as an argument and returns the length of the C-string, not including the null terminator is
(Multiple Choice)
4.7/5
(41)
Select all that apply. Whitespace encompasses which of the following?
(Multiple Choice)
4.9/5
(31)
The C++ compiler performs strict array bounds checking when it encounters an array of characters.
(True/False)
4.9/5
(30)
What is the output of the following statement?
Cout << tolower(toupper('Z')) << endl;
(Multiple Choice)
4.7/5
(40)
What is the value stored in num after the following statement executes?
Num = atoi("1000");
(Multiple Choice)
4.9/5
(33)
Showing 41 - 47 of 47
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)