Computer Science, asked by amitpol560, 10 months ago

is assembly language use variable names instead of numbers​

Answers

Answered by MaskedTitan
0

Answer:

Because then a string of digits would be a valid identifier as well as a valid number.

int 17 = 497;

int 42 = 6 * 9;

String 1111 = "Totally text";

Similar questions