Which of the following are themselves a collection of different data types?
Question
String
Structure
Char
All of the mentioned
Answers
Answered by
17
Answer:
Structure are themselves a collection of different data types.
Answered by
0
"Structure has the collection of different datatypes themselves".
Explanation:
In C, the structure is a collection of one or more variables, possibly of different types, grouped under a single structure name. The keyword struct is used to define the structure.
String: The string data type is formed as a set of characters that can also contain spaces and numbers.
Char: The char data type stores the characters that have to be in a fixed length.
Similar questions