Give the syntax of an array declaration. Mention the base type and declared size.
What will be an ideal response?
Array definition syntax is
Base_type Array_name[Declared_size];
where base_type is the type of the indexed variables and declared_size is the
number of indexed variables, namely array_name[0] through
array_name[declared_size–1].
Computer Science & Information Technology
You might also like to view...
Which of the following data ports is the most popular?
A) FireWire B) MP3 C) USB D) HDMI
Computer Science & Information Technology
Ethical hackers are also known as white-hat hackers
Indicate whether the statement is true or false
Computer Science & Information Technology
Shapes can be added to a SmartArt.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
The Excel ____ feature lets you manipulate data so that it meets selected criteria and only shows the data you want.
A. Sort B. Criteria C. AutoFilter D. Subtotal
Computer Science & Information Technology