24) which of the following converts the expression to object data type in VB.NET?
A) CSng(expression)
B) CShort(expression)
C) Cobj(expression)
D) CSByte(expression)
25) Which of the following directive is used for indicating a mapping between specific lines of source code and text external to the source?
A) #Const B) #ExternalSource C) #If…Then…#Else D) #Region
24) which of the following converts the expression to object data type in VB.NET?
A) CSng(expression)
B) CShort(expression)
C) Cobj(expression)
D) CSByte(expression)
Answer:
C) Cobj(expression)
25) Which of the following directive is used for indicating a mapping between specific lines of source code and text external to the source?
A) #Const B) #ExternalSource C) #If…Then…#Else D) #Region
Answer:
B) #ExternalSource
Comments