GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP
Go To First  |  Previous Question  |  Next Question 
 ASP  |  Question 45 of 147    Print  
What is the result of using Option Explicit?
A. This applies only to Visual Basic, not VBScript.
B. All variables must be dimensioned before use.
C. All variables are dimensioned at run-time.
D. Forces all <SELECT> controls to have a SELECTED option.
E. Requires all variables be cast as specific DataTypes.



  
Total Answers and Comments: 4 Last Update: June 08, 2007   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 23, 2005 01:37:17   #1  
Linda        

RE: What is the result of using Option Explicit?
E. Option Explicit requires all variables be declared first which lets the VBScript interpreter catch errors such as a misspelled variable.
 
Is this answer useful? Yes | No
October 04, 2005 07:01:28   #2  
Ramesh. S        

RE: What is the result of using Option Explicit?

Ans : B

All Variables must be dimensioned before use.


 
Is this answer useful? Yes | No
May 23, 2006 07:32:50   #3  
Bhoopendra Shakya        

RE: What is the result of using Option Explicit?

Ans.

B. All variables must be dimensioned before use.


 
Is this answer useful? Yes | No
June 08, 2007 03:23:56   #4  
lalita.p        

RE: What is the result of using Option Explicit?
Option Explicit is used to trap the undeclared variables or to define the variable before use. To avoid duplicate variable declaration.
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape