Doubt in iterator

sir if string starting address is hold in
string::iterator
than for int array
is it likr int::iterator???

@tejasddongare you cant make iterator of integer array for that you have to use vector or some other stl list deque etc
hope its clear if yes dont forget to hit like and mark resolved :smiley: