I want to ask
I'll make a sequential search with array static
A[50] = {13,34,2,1,23,12,45,29,12,11,98,7,4,53};
But when i run that program, it just viewing 13 34 2 1 23 12 45 29 because there is second "12" and can't load next number after it.
How the way it can viewing all number altough any same number there?