Author Question: What will the following C++11 code display? vector numbers {3, 5};for (int val : numbers) cout (Read 241 times)

kaid0807

  • Hero Member
  • *****
  • Posts: 515
What will the following C++11 code display?
vector numbers {3, 5};
for (int val : numbers)
    cout << val << endl;

3
3
3
3
3

5
5
5

3
5

◦ Nothing. This code has an error.



Related Topics

Need homework help now?

Ask unlimited questions for free

Ask a Question


 

Did you know?

As the western states of America were settled, pioneers often had to drink rancid water from ponds and other sources. This often resulted in chronic diarrhea, causing many cases of dehydration and death that could have been avoided if clean water had been available.

Did you know?

Street names for barbiturates include reds, red devils, yellow jackets, blue heavens, Christmas trees, and rainbows. They are commonly referred to as downers.

Did you know?

In 1844, Charles Goodyear obtained the first patent for a rubber condom.

Did you know?

Automated pill dispensing systems have alarms to alert patients when the correct dosing time has arrived. Most systems work with many varieties of medications, so patients who are taking a variety of drugs can still be in control of their dose regimen.

Did you know?

Recent studies have shown that the number of medication errors increases in relation to the number of orders that are verified per pharmacist, per work shift.

For a complete list of videos, visit our video library