InterviewSolution
Saved Bookmarks
| 1. |
What is the necessity to have API?(a) Guide to performing activities(b) Describe particular task(c) Both performing activities and Describe particular task(d) Rearrangement of tasks |
|
Answer» The correct answer is (b) Describe particular task To elaborate: In computer programming, an application programming interface is a set of subroutine definitions, communication protocols, and tools for building software. An API may describe the ways in which a particular task is performed. |
|