Multiple choice

In C language, structure uses variable(s) of

  1. similar datatype only

  2. dissimilar datatype only

  3. integer datatype only

  4. string datatype only

  5. all datatypes

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

Structure can use any type of data type within it and the new data type is called structure data type.