Computer Science, asked by RafiUddinAhmed, 11 months ago

what is the difference between reserved word and variable name in visual basic?​

Answers

Answered by PeacefulSoul
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 DARKIMPERIAL
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