MCQOPTIONS
Bookmark
Saved Bookmarks
→
Basic C
→
Break Continue
→
To declare a class-level named constant you decla...
1.
To declare a class-level named constant you declare it as __________
A.
Public
B.
Dynamic
C.
Private
D.
Static
Answer» D. Static
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
To declare a class-level named constant you declare it as __________
Unintentional errors in application by declaring variables can be reduced by __________
Using a named constant is advantageous because to change a value in future, change __________
What happens when a procedure containing the following statements ends?
What is wrong with the expression “static dblPi AsDouble ”?
What is wrong with the expression “const dblPi As Double = 3.141593”?
Named constants are used because __________
A __________ cannot change its value while the application is running.
Static variable can only be used in the __________ in which it is declared.
__________ is a variable that remains in memory, and retains its value even after the procedure declaring it ends.
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply