Computer Science, asked by somoot2111, 13 days ago

3. What are member functions in C? explain in details with an example program.

Answers

Answered by Dimplebadgujar
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