ExamGecko
Question list
Search
Search

Question 43 - SPLK-1002 discussion

Report
Export

Based on the macro definition shown below, what is the correct way to execute the macro in a search string?

A.
Convert_sales (euro, , 79)''
Answers
A.
Convert_sales (euro, , 79)''
B.
Convert_sales (euro, , .79)
Answers
B.
Convert_sales (euro, , .79)
C.
Convert_sales ($euro,$$,s79$
Answers
C.
Convert_sales ($euro,$$,s79$
D.
Convert_sales ($euro, $$,S,79$)
Answers
D.
Convert_sales ($euro, $$,S,79$)
Suggested answer: B

Explanation:

The correct way to execute the macro in a search string is to use the formatmacro_name($arg1$, $arg2$, ...)where$arg1$,$arg2$, etc. are the arguments for the macro. In this case, the macro name isconvert_salesand it takes three arguments:currency,symbol, andrate. The arguments are enclosed in dollar signs and separated by commas. Therefore, the correct way to execute the macro isconvert_sales($euro$, $$, .79).

asked 23/09/2024
charles ratchagaraj
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first