Question 1:
What do you understand by array? Illustrate the array declaration and features of array.
Question 2:
Write down a program to admit 5 numbers and print the sum of five numbers.
Question 3:
Discuss the operation of pointer with example.
Question 4:
Write down a program to swap the value of the variables using the concept of pointers.
Question 5:
Write down a program to sort the list of strings in alphabetical order using array of pointer.
Question 6:
Discuss the opening and closing the file.
Question 7:
Write down the types of files.
Question 8:
Illustrate out the Sequential and Indexed sequential file.