Count function STL m implemented hai?

count function STL m implemented hai? and how does it work?

yes !! c++ do have count function in stl , count function can tell you the number of occurences of a given number in an array or vector it takes three arguments the starting range address and ending range address and the key value , it is provided in algorithm header file
refert this for implementation and theory:-