
12-04-2007, 08:09 PM
|
 |
SEO
|
|
Join Date: Mar 2006
Location: India, Delhi
Posts: 334
|
|
|
In Computer Language API stands for Application Program Interface,
Application Program Interface (API)
The interface (calling conventions) by which an application program accesses operating system and other services. An API is defined at source code level and provides a level of abstraction between the application and the kernel (or other privileged utilities) to ensure the portability of the code.
http://www.adaptivedigital.com/services/serv_definitions.htm
|