what is the difference between reserved word and variable name in visual basic?
Answers
Answered by
2
Answer:
In any programming language, a “reserved” word is one that is part of the programming language. You cannot declare variables, procedure, or functions whose name duplicates a reserved word.
Answered by
2
Answer:
Programming language reserved words are keywords that are reserved by a particular programming language methods or functions or other uses that cannot be used as identifiers (e.g., variable names, function names, class names). If a reserved word was used as a variable you would get an error or unexpected result.
Explanation:
PLEASE MARK ME AS BRAILIEST
Similar questions