1.is R1 a valid variable name? why/why not?
2.is break a valid variable name?
why/why not?
(both in C++)
Answers
Answered by
1
Answer:
R1 yes
break no
Explanation:
R1 start from alphabet and a mixture of numbers and alphabets, so a valid valid variable name .
break is a reserved keyword
Similar questions