KnowledgeBoat Logo
|

Computer Studies

Define Alphanumeric constants

QBASIC: Constants & Variables

13 Likes

Answer

Any set of characters enclosed within double quotes (" ") can be called an alphanumeric constant. They do not change their value at the time of execution of the program.
For example: "Rishi", "April 4".

Answered By

3 Likes


Related Questions