Discussion :: Microprocessors
-
Consider the following about 'arrays' in C
- An array is a collection of similar elements.
- An array can not have 10 numbers 5 of which are ints and 5 are floats.
- An array can have ints and chars in the same array.
Answer : Option B
Explanation :
An array can have all int or all floats or all chars.
Be The First To Comment