Question 1:
Write concise notes on arrays. Make bigger your answer by putting emphasis on memory allocation.
Question 2:
Write down a C++ program to input an integer n followed through n real-numbers in an array A of size 10 and display the maximum value stored and the position where it is stored in array.
Question 3:
Discuss and describe two advantages of using cin.getline over cin only throughout the capturing of characters from a keyboard.
Question 4:
Illustrate the employ of functions in C++ programs.
Question 5:
State all three (3) advantages of using recursive functions.