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

How does water help cells keep an even temperature despite temperature changes in the environment?
Why would a freedman agree to become a sharecropper?
The range of the function f(k) = k2 + 2k + 1 is {25, 64}. What is the function’s domain?
The complex numbers corresponding to the endpoints of one diagonal of a square drawn on a complex plane are 1 + 2i and -2 – i. What are the complex numbers cor
Identify two different habitats in a prairie ecosystem.Name one organism found in each habitat.
how do images or word pictures help you experience a scene in the excerpt "The Day of Destiny"?
Find the difference: 7 7/8 - 3 1/4=?
what were the cultural exchanges between the native American civilizations and the European settlers?
What is expression that uses partial products to multiply 8x64 in 5th grade math
Suppose that *n = {n - 2, n + 2, 2n, n/2}. For example, *6 = {3,4,8,12}. For how many distinct integers n does *n have exactly three distinct elements?