Computer Science, asked by yadavaashi097, 6 hours ago

is args[ ] is a variable(i have to write a varibale description of a program so i am asking this question.,,,,,can i write args in variable )​

Answers

Answered by robinphili24
0

Answer:

Hey mate, args alone is a variable but args[ ] is not.

You should remember 4 rules while naming a variable:

  • The variable name should not be a function or a keyword.
  • The variable should only start with alphabets.
  • The only special character allowed is a _ (underscore)
  • Variable names are case-sensitive.

Similar questions