Exam 9: Completing the Basics

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The ____ function reads the next character in the input stream and assigns it to the function s character variable.

(Multiple Choice)
4.8/5
(33)

In class terminology, functions are formally referred to as ____________________.

(Short Answer)
4.9/5
(35)

The cout.put(charExp) method places the value of charExp on the ____________________ stream.

(Short Answer)
4.8/5
(41)

The ____ header file in C++ provides good date and time functions.

(Multiple Choice)
4.8/5
(45)

Returning an error condition from a function means that the condition must be the same data type as a valid returned value.

(True/False)
4.7/5
(40)

Storage areas declared for a class are referred to as ____.

(Multiple Choice)
4.9/5
(44)

The ____ function enables you to retrieve separate characters in a string.

(Multiple Choice)
4.8/5
(40)

User-input validation is an essential part of any commercially viable program.

(True/False)
4.8/5
(39)

Designating a namespace in the ____ statement tells the compiler to include only the code in the specified namespace rather than all code in the file.

(Multiple Choice)
5.0/5
(27)

In the earlier versions of C++, the process of creating a new object is referred to as ____ an object.

(Multiple Choice)
4.8/5
(33)
Showing 41 - 50 of 50
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)