Computer Science, asked by Nilesh2111, 9 months ago

Which Of The Following Is Not Possible Statically In C Multidimensional Array
A) Jagged Array
B) Rectangular Array
C) Cuboidal Array
D) None of these

Answers

Answered by rsjashkumar986870551
1

Answer:

option a.......,........................ is the right answer

Answered by sourasghotekar123
0

Answer:

Which Of The Following Is Not Possible Statically In C Multidimensional Array

A) Jagged Array

B) Rectangular Array

C) Cuboidal Array

D) None of these

Explanation:

  • What is array? In the computer science the array is an data structure which consist of the collection of elements which is identified by at least one array index or key.
  • The types of Array are- indexed arrays, multidimensional array and associated array.
  • What is jagged array? In computer science jagged is also called as ragged array. It is the array of arrays whose elements are possibly of various sizes.
  • What is Rectangular array? A rectangular array is the also called as matrix. It is the set of object which is arranged in a similar way to a rectangular grid.
  • jagged array or ragged array are not possible statically in C Multidimensional Array.

Hence, option a id correct.

#SPJ6

Similar questions