Saturday, 12 March 2016

Does Chapter Review Question 1 use the array template class instead of built-in arrays.

Leave a Comment

Question:


2. Does Chapter Review Question 1 use the array template class instead of built-in arrays.

Answer:

a. array<char,30> actors;
b. array<short, 100> betsie;
c. array<float, 13> chuck;
d. array<long double, 64> dipsea;

Source:

C++ Primer Plus Sixth Edition Chapter Review

If You Enjoyed This, Take 5 Seconds To Share It

0 Questions: