Question: Which of the following holds true when you have defined a function with "isstrict" attribute?
A
B
C
D
This will allow you to pre-evaluate a call to a function
B
This will not allow you to pre-evaluate a call to a function if one of its arguments is NULL
C
The function will always return a NULL value if more than one of its arguments is NULL
D
The function will always return a NULL value whenever any of its arguments is NULL
Note: Not available