Computer Science, asked by vinayrockzz1131, 8 months ago

What are the basic rules for naming array

Answers

Answered by radhasahookamothe
5

ANSWER IS HERE :

Basic rules for naming array as follows-

  • The data type can be any valid data type such as int, float, char structure or union
  • The size of array must be zero or constant positive integer.
  • The name of an array must follow naming rules of variables.
  • The fixed number of element that array must contain.

HOPE IT HELPS YOU

PLZ MARK MY ANSWER AS BRAINLIEST -

Similar questions