+ 1
What are API's and what is the purpose of them?
2 Antworten
+ 1
API are just some prewritten codes that help u in doing some basic operation.
+ 1
an API is a set of defined functions and methods for interfacing with the underlying operating system or another program or service running on the computer. It is usually used by establishing a reference to a library in your software or importing a function from a dll (dynamic link library)