Home »
MCQs »
Full Stack Development MCQs
What is an API used for?
38. What is an API used for?
- API is used for the communication between different software applications
- API is used for creating a software application
- API is used to handle client-side requests
- API is a tool for designing the user interface
Answer: A) API is used for the communication between different software applications
Explanation:
API acts as a communication medium between two programs. API can run on some set of protocols that allows different software applications to communicate and interact with each other.