We have a string abc and integer i
the function needs the follwing argument

ie "abc.i"
here i should vary between 1 and n
the problem is
when i say this

. is a char
in abc.i

for(i=1;i<n;i++)
funct("abc.i")

the value of i doesnt vary from 1 to n
please write the command
which will help me do this
for this particular problem
not in general