Examlex

Solved

What Is the Output of the Following Statements

question 22

Multiple Choice

What is the output of the following statements?
cout << "123456789012345678901234567890" << endl
Cout << setfill('#') << setw(10) << "Mickey"
<< setfill(' ') << setw(10) << "Donald"
<< setfill('*') << setw(10) << "Goofy" << endl;


Definitions:

Semantic Memory

Explicit memory of facts and general knowledge; one of our two conscious memory systems (the other is episodic memory).

Episodic Memory

Explicit memory of personally experienced events; one of our two conscious memory systems (the other is semantic memory).

Hippocampus

A major component of the brain in humans and other vertebrates, involved in the consolidation of new memories and in spatial memory that enables navigation.

Amygdala

A region of the brain known for its role in emotion regulation, emotional learning, and forming emotional memories.

Related Questions