Vidyalelo
C++ Programming · Q178

C++ miscellaneous

Programming · C++ Programming · question 178

Q178

What will happen in 'all_of' method if the range is empty?

A.
Return true
Answer
B.
Return false
C.
Return nothing
D.
Return error

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board