3. What are member functions in C? explain in details with an example program.
Answers
Answered by
0
Answer:
Member functions are operators and functions that are declared as members of a class. Member functions do not include operators and functions declared with the friend specifier. These are called friends of a class. You can declare a member function as static ; this is called a static member function.
Similar questions