Write a statement that declares an array of char named streetAddress that contains exactly eighty elements.

LANGUAGE: C++

CHALLENGE:

Write a statement that declares an array of char named streetAddress that contains exactly eighty elements.

SOLUTION:


char streetAddress[80];