What is an accurate statement about variable scope? (Choose 3)

What is an accurate statement about variable scope? (Choose 3)
A . Parallel blocks can use the same variable name.
B . A variable can be defined at any point in a block.
C . Sub-blocks cannot reuse a parent block’s variable name.
D . Sub-blocks can reuse a parent block’s variable name if it’s value is null.
E . A static variable can restrict the scope to the current block of its value is null.

Answer: A, B, C

Latest CRT-450 Dumps Valid Version with 372 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
1 Comment
Inline Feedbacks
View all comments
DIWESH KUMAR SINHA
DIWESH KUMAR SINHA
1 year ago

A B D