Container V1: 1 2 3 4 5 6 7
I want to print the elements which are greater than equal to 3 but less than 6. How to do this using Standard template library functions..
We have logical_and, greater_equal and less_equal Predefined Function Objects. But i dont know how to implement this. Could any one please solve this problem