Multiple choice

Which data type is/are more suitable to use database applications in 'C'?

  1. Arrays

  2. Pointers

  3. Structures

  4. All of the above

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

Structures are user defined data type which are more suitable to use database applications in 'C'.