What are static member functions?
- Functions which use only static data member but can’t be accessed directly
- Functions which uses static and other data members
- Functions which can be access outside the class with the data members
- Functions using only static data and can be accessed directly in main() function
(d).Functions using only static data and can be accessed directly in main() function
need an explanation for this answer? contact us directly to get an explanation for this answer