0

Why we use count what it do ?

1st Jun 2018, 2:14 PM
sahil
sahil - avatar
2 ответов
0
std::count() returns number of occurrences of an element in a given range. Returns the number of elements in the range [first,last) that compare equal to val. http://www.cplusplus.com/reference/algorithm/count/
1st Jun 2018, 2:19 PM
MsJ
MsJ - avatar
0
we also use printf. what is difference in printf and cout
1st Jun 2018, 2:53 PM
sahil
sahil - avatar