kaileasample4199 kaileasample4199
  • 03-07-2019
  • Computers and Technology
contestada

You use a ____ following the closing brace of an array initialization list.

a.
,

b.
.

c.
:

d.
;

Respuesta :

PhantomWisdom PhantomWisdom
  • 13-07-2019

Answer:

a.

,

Explanation:

The array is used to store the multiple data with  same data type.

Syntax for initialization of array:

type name[] = {data_1, data_2, data_3,....};

the comma ',' is used to separate the data with other data.

for example:

int array[] = {1,2,3,4,5};

we cannot used dot '.', colon ':' and semicolon ';' as separator.

Answer Link

Otras preguntas

If item costs $99.99 with 15% off and I get final price. It then asks me what percentage of savings. How do I get the percentage of savings
Help please this I'd for geometry
the length of a rectangle is 3 feet less than twice the width of the rectangle. if the perimeter of the rectangle is 324 feet, find the width and the length?
There is a turtle race. The race will last 2 minutes. I have to find the distance from the start each turtle will be at the end of the race. Speed (in inches pe
What is 9x^2-24x+ 16
Predict what happens when zinc is added to water
how do you now 11/33 is a simplest form
There is a turtle race. The race will last 2 minutes. I have to find the distance from the start each turtle will be at the end of the race. Speed (in inches pe
If item costs $99.99 with 15% off and I get final price. It then asks me what percentage of savings. How do I get the percentage of savings
List the perfect squares between 100 and 500 that are even numbers.