Click here to Skip to main content
15,888,124 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi could anyone please discribe what an API is?

Regards
Meenakshi
Posted

Have you already gone through this: http://en.wikipedia.org/wiki/Api[^].

In short, API is term used for specifications using which the program exposes it's functionality to be called by other programs.
 
Share this answer
 
Comments
Andy411 15-May-12 1:49am    
Looks like you post it a second earlier ;-)
Wendelius 15-May-12 2:04am    
Looks like that :)
VJ Reddy 15-May-12 1:50am    
Good reference. 5!
Wendelius 15-May-12 2:04am    
Thanks VJ, quite obvious though :)
 
Share this answer
 
Comments
VJ Reddy 15-May-12 1:50am    
Good reference. 5!
Andy411 15-May-12 2:18am    
Thx
API, is a set of routines, protocols, and tools for building software applications. A good API makes it easier to develop a program by providing all the building blocks. A programmer then puts the blocks together.
Most operating environments, such as MS-Windows, provide an API so that programmers can write applications consistent with the operating environment. Although APIs are designed for programmers, they are ultimately good for users because they guarantee that all programs using a common API will have similar interfaces. This makes it easier for users to learn new programs.
for better understanding refer:
http://www.makeuseof.com/tag/api-good-technology-explained/[^]
 
Share this answer
 
v3
Comments
VJ Reddy 15-May-12 1:51am    
Good answer. 5!
member60 15-May-12 1:53am    
thank you Reddy
In short:
API, an abbreviation of application program interface, is a set of routines, protocols, and tools for building software applications. A good API makes it easier to develop a program by providing all the building blocks.

Most operating environments, such as MS-Windows, provide an API so that programmers can write applications consistent with the operating environment. Although APIs are designed for programmers, they are ultimately good for users because they guarantee that all programs using a common API will have similar interfaces. This makes it easier for users to learn new programs.

Please refer following threads:

QuickStudy: Application Programming Interface (API)[^]
Application programming interface[^]
 
Share this answer
 
Comments
VJ Reddy 15-May-12 1:51am    
Good answer. 5!
Prasad_Kulkarni 15-May-12 1:53am    
Thank you VJ!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900