An array is a collection of

1.6 An array is a collection of
A) different data types scattered throughout memory
B) the same data type scattered throughout memory
C) the same data type placed next to each other in memory
D) different data type placed next to each other in memory

A header file is

1.5 A header file is
A) A file that contains standard library functions
B) A file that contains definitions and macros
C) A file that contains user-defined functions
D) A file that is present in current working directory

A file has 50 random characters in small letters.

A file has 50 random characters in small letters. Write a program that takes as input a
character from user, and calculates the frequency of that character in the file. If the
character is not found in the file, print appropriate message.