MCQs > IT & Programming > C Programming > Is the following statement correct? If not, why not? If yes, what is the size of the array? int array[][3] = { {1,2}, {2,3}, {3,4,2} };

C Programming MCQs

Is the following statement correct? If not, why not? If yes, what is the
size of the array?
int array[][3] = { {1,2}, {2,3}, {3,4,2} };

Answer

Correct Answer: Yes, the size is three columns by three rows

Explanation:

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

C Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C Programming Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it