Write a program that takes as input the standard program source code itself
or any file containing text and displayed sequentially and gradually all
text characters and their position. The program will display the same result
to display below:
Adotevi deby2 @: ~ $ ./exo4 <exo4.c
Position (1) = #
Position (2) = i
Position (3) = n
Position (4) = c
Position (5) = l
Position (6) = u
Position (7) = d
Position (8) = e
Position (9) = [space]
Position (10) = <
............
Position(516)=;
Position(517)=[retour chariot]
Position(518)=}
Position(519)=[retour chariot]
adotevi@deby2:~$