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
Leave a comment