Question 41: You have been given below code

 if course_fee>=4000

 and (COURSE_NAME='HADOOP' or (COURSE_NAME='SPARK' and STUDENTS=24))

 then LOCATION='MUMBAI';

 Which of the expression will be executed first?

  1. if course_fee>=4000
  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 : 2 Exp : Always expression in parenthesis will be executed first.

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