Multiple choice general knowledge science & technology Which of the following data structure can't store the non-homogeneous data elements? Arrays Records Pointers Nove Reveal answer Fill a bubble to check yourself A Correct answer Explanation Arrays are defined as collections of homogeneous data elements (elements of the same type). Records (or structs) are specifically designed to store non-homogeneous (different) data types together.