Multiple choice In which section of the program will you declare a friend function for the class? Private Public Outside class definition with keyword friend Inside class definition None of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation The friend function is always declared outside any class by using friend keyword.