You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This implementation show us a way to implement polymorphism in C language.
If you have same functions in some data types and you don't wanna create one function for each, you can create only one function that will be used
as a template for all data types.