Option Base/Option Explicit
What is Option Base and Option Explicit ?
Ans : A) Option Explicit : ☞ The "Option Explicit" is a statement that must appear in a module before any procedures. ☞ When Option Explicit appears in a module, you must expli…