Asked by Chandresh
1. A 1-D array is started with which symbol?
Answers
Answered by
Steve
usually arrays are declared with
type name[];
or
type name[n];
or
type* name;
type name[];
or
type name[n];
or
type* name;
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.