A C++ character literal is enclosed in ______ quotation marks, whereas a string literal is enclosed in ______ quotation marks.

A) double, single
B) triple, double
C) open, closed
D) single, double
E) no, some
Answer: D


D) single, double

Computer Science & Information Technology

You might also like to view...

Suppose you work at a business unit that has group of people who would rather wait to try a new technique.  They listen to and follow the opinion leaders.  They would be classified as the _________. 

A. innovators B. early adopters C. early majority D. late majority

Computer Science & Information Technology

Which all of the following is true for a problem to have the overlapping subproblems property?

a. Subproblems can’t be easily split, so we must have an extra step to combine them b. A recursive algorithm for the problem solves the same subproblems again and again c. The problem can be broken down into problems that are reused several times d. The problem can be solved using dynamic programming

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 5-1Aaron is developing a Web site for the dinosaur exhibit at his local science museum. With your help, he has succeeded in creating a dinosaur animation that moves realistically. He now wants to make the animation interactive, so that viewers can do more than passively watch the animation. Aaron would like the appearance of the button to change when the user clicks it. What is the name of the frame that is used for this type of effect?

A. Down frame B. Hit frame C. Over frame D. Up frame

Computer Science & Information Technology

Sending arguments to the parameters of a called function is called ____________________ arguments.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology