We cannot have static friend function............ because
1.since static member functions can access only static data members...where as friend function can access all the members.
2.Friend function also require an object to access the members...where as static member functions can not.
3. Another thing ....since friend functions are non-member functions....and static functions are member functions
if any other answers please let me know