adplus-dvertising
frame-decoration

Question

If the tryparse method determines that the string cannot be converted to the data type, it assigns __________ to the variable.

a.

-1

b.

1

c.

0

d.

2

Answer: (c).0

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. If the tryparse method determines that the string cannot be converted to the data type, it assigns __________ to the variable.

Similar Questions

Discover Related MCQs

Q. To covert a number from one data type to another, you use the __________

Q. A variable’s ____________ indicates where the variable can be used in an application code.

Q. A variable’s _______________ indicates how long the variable stays in the computer’s internal memory.

Q. Variables declared in a form’s declaration section have _____________ scope.

Q. Variable declared in a procedure have ______________ scope.

Q. Variables declared in a block have _____________ scope.

Q. When you declare a variable in the form’s declaration section, it is called as ______________

Q. Lifetime of a class-level variable is till ________________

Q. A class-level variable is declared using ______________ keyword.

Q. A procedure-level variable is declared using ____________ keyword.

Q. Two procedures can have procedure-level variable whose names are same.

Q. __________ is a variable that remains in memory, and retains its value even after the procedure declaring it ends.

Q. Static variable can only be used in the __________ in which it is declared.

Q. A __________ cannot change its value while the application is running.

Q. Named constants are used because __________

Q. What is wrong with the expression “const dblPi As Double = 3.141593”?

Q. What is wrong with the expression “static dblPi AsDouble ”?

Q. Using a named constant is advantageous because to change a value in future, change __________

Q. Unintentional errors in application by declaring variables can be reduced by __________

Q. To declare a class-level named constant you declare it as __________