How many types of sequence operations are provided by the C++ algorithm STL?

a) 1
b) 2
c) 3
d) 4

1 thought on “How many types of sequence operations are provided by the C++ algorithm STL?”

  1. b
    Explanation: There are two main types of sequence operations are provided by the C++ algorithm STL namely Non-modifying sequence operations and Modifying sequence operations.

Leave a Comment