API word by word

Siddangoud Bharamagoudar 61 Reputation points
2022-08-13T18:15:56.77+00:00

Hi All

please Exaplain me the each word meaning of API
i e in that API
what is mean of Application refers,
and What is mean of Programming
and what is mean of Interface

Thanks
siddu

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,525 questions
{count} votes

Accepted answer
  1. Dillon Silzer 56,841 Reputation points
    2022-08-13T19:36:58.333+00:00

    Hi @Siddangoud Bharamagoudar

    An application programming interface (API) is a way for two or more computer programs to communicate with each other. It is a type of software interface, offering a service to other pieces of software.

    Cited from https://en.wikipedia.org/wiki/API

    Application: a computer software package that performs a specific function directly for an end user or, in some cases, for another application.

    Cited from https://www.techtarget.com/searchsoftwarequality/definition/application#:~:text=An%20application%2C%20also%20referred%20to,or%20a%20group%20of%20programs.

    Programming: is the process of performing a particular computation

    Cited from https://en.wikipedia.org/wiki/Computer_programming

    Interface: a point where two systems, subjects, organizations, etc. meet and interact.

    Cited from https://www.google.com/search?q=define+interface&rlz=1C1CHBF_enCA962CA962&sxsrf=ALiCzsZVdA02pYz3ytM3rC3YKl996KJP-g%3A1660419290137&ei=2vz3Yu7-B6it0PEPnfWVmAs&ved=0ahUKEwju093vx8T5AhWoFjQIHZ16BbMQ4dUDCA4&uact=5&oq=define+interface&gs_lcp=Cgdnd3Mtd2l6EAMyBAgAEEMyBAgAEEMyBQgAEIAEMgUIABCABDIKCAAQgAQQhwIQFDIFCAAQgAQyBQgAEIAEMgUIABCABDIFCAAQgAQyBQgAEIAEOgcIABBHELADOgcIABCwAxBDSgQIQRgASgQIRhgAUDZY0AFglgNoAXABeACAAV6IAbEBkgEBMpgBAKABAcgBCcABAQ&sclient=gws-wiz

    In general, APIs help systems communicate and transfer data from one endpoint to another.

    Microsoft Graph is Microsoft's API infrastructure and more information can be found at https://learn.microsoft.com/en-us/graph/

    ----------------------------------

    If this is helpful please accept answer.

    0 comments No comments

0 additional answers

Sort by: Most helpful