Computer Science, asked by ritanshuyadav354, 3 months ago

1. Write any four rules to write variable name.​

Answers

Answered by pujitha1418
0
  1. variables name's must begin with a letter of the alphabet or an underscore
  2. after the first intial letter variable names can also contain letters and numbers
  3. upper case characters are distinct from lower case characters
  4. you cannot use a c++ keyword(reserved word) as a variable name

Similar questions