Greater<int> or greater<pi>

unable to understand this .please elaborate this

hello @amanpunetha
greater< T > is an inbuilt comparator .it compares two data of datatype T and return boolean value .
so replace T with the datatype u want compare.
refer this-> http://www.cplusplus.com/reference/functional/greater/

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.