CBSE BOARD XII, asked by jacksrider, 9 months ago

What is right way to initialize array ? (A) NUM[6] = {2,4,12,5,45,5}; (B) int n{} = {2,4,12,5,45,5}; (C) int n{6} = {2,4,12 }; (D) int n(6) = {2,4,12,5,45,5};

Answers

Answered by rajumandimsb
0

Answer:

(A) NUM[6]={2,4,12,5,45,5};

Answered by GraceS
32

\tt\huge\purple{hello!!!}

HERE IS UR ANSWER

_____________________________

》right way to initialize array is NUM[6] = {2,4,12,5,45,5};

Similar questions