Featured
-
Binary search in C++
If you want to find the presence of a element in a
by kumar.abhishek
Tags
Friend Function in C++
Friend Function:- Friend Function is Friendly to all the classes which can be declared as a friend of that class. "Friendship is given not taken" this statement means to say the friend is always declared by the class it self. when any class can u...