suppose an array is declared as a local variable in subprogram and that the number of elements in the array is determined by a subprogram parameter this sort of an array 
 
 
answers:::::
 
1)   stack dynamic
 2  static
3  fixed heap-dynamic
4  fixed stack- dynamic
why?descraption