Answer the question
In order to leave comments, you need to log in
What's the problem with loop execution?
for (long dd = alen - da - 1; dd < alen; dd++)
{
printf("%ld dd, %ld alen\n", dd, alen);
a[dd] = a[dd + 1];
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question