MCQs > IT & Programming > Programming With C > 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} };

Programming With C 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

Programming With C Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

More Programming With C MCQ Questions

search

Programming With C Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it