1. An array can contain how many kinds of elements ?
[All of them have same type]
2. Array is defined as -
[An array is a series of elements of the same type in contiguous memory locations]
3. Which of the header file is used for array type manipulation?
[std namespace]
4. Arrays elements can be accessed?
[Randomly]
5. Which of the following correctly declares an array?
[int array[10];]
This study source was downloaded by 100000841006278 from [Link] on 11-18-2022 [Link] GMT -06:00
[Link]
Powered by TCPDF ([Link])