MCQs > IT & Programming > C++ > Sample Code typedef char *monthTable[3]; Referring to the code above, which of the following choices creates two monthTable arrays and initializes one of the two?

C++ MCQs

Sample Code
typedef char *monthTable[3];
Referring to the code above, which of the following choices creates two
monthTable arrays and initializes one of the two?

Answer

Correct Answer: monthTable winter,spring={"March","April","May"};

Explanation:

Note: This Question is unanswered, help us to find answer for this one

C++ Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C++ Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it