Multiple choice general knowledge science & technology

Which of the following data structure can't store the non-homogeneous data elements?

  1. Arrays

  2. Records

  3. Pointers

  4. 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.