What are the basic rules for naming arrays?
Answers
Answered by
19
The basis rules for naming arrays are as follows:
1. The data type can be any valid data type such as int, float, char structure or union.
2.The name of an array must follow naming rules of variables .
3.the size of the array must be zero or a constant positive integer..
hope it helps you...
1. The data type can be any valid data type such as int, float, char structure or union.
2.The name of an array must follow naming rules of variables .
3.the size of the array must be zero or a constant positive integer..
hope it helps you...
harshita550:
....
Similar questions