Home > SparkNotes > Computer Science Study Guides > 1D >

sparknotes

1D Arrays


Problems and Solutions 1

Problem : Declare an array arr of data type spark_t.


Problem : Declare a data type spark_t which consists of an array of 100 integers.


Problem : Prompt the user for an array size and then declare a static array of that size.