Question 15: You have following array declaration

 array Hadoop{xxxx} fee1-fee4;

 What is the correct value for xxxx ?

  1. 1:4
  2. 4
  3. 1-4
  4. 0-4
  5. 0:4

 

  1. A,B
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4.  Thanks for considering SAS Certification Material

 Correct Answer : 1 Exp : This represent size of the array. However, you can use index range as well as actual size of the array.

You can access to full explanation to question and answer from this page.