Multiple choice

Which of the following statements is/are true? Statement 1: Data structures are solely used for visualizing the data Statement 2: Data strcuture is programming language dependent

  1. Both statement 1 and statement 2 are true.

  2. Only statement 1 is true.

  3. Only statement 2 is true.

  4. Neither statement 1 nor statement 2 are true.

  5. None of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

yes, both statement 1 and statement 2 are false because data structure is not used for visualization of data but for storing data and data structure is not programming language dependent.data structure is a way of storing data and the concept remains the same even if it is implemented in different languages