QuestionDecember 15, 2025

A developer wishes to link to a database with a utility created in C. Which MySQL component does the developer use for the link? Connector API Command-Line Workbench

A developer wishes to link to a database with a utility created in C. Which MySQL component does the developer use for the link? Connector API Command-Line Workbench
A developer wishes to link to a database with a utility
created in C. Which MySQL component does the
developer use for the link?
Connector
API
Command-Line
Workbench

Solution
4.6(133 votes)

Answer

Connector Explanation 1. Identify the MySQL linking component To connect a C program to a MySQL database, a library that provides a programming interface is required. 2. Select the correct MySQL component The **MySQL Connector (Connector/C)** provides the API for C programs to interact with a MySQL database.

Explanation

1. Identify the MySQL linking component<br /> To connect a C program to a MySQL database, a library that provides a programming interface is required.<br />2. Select the correct MySQL component<br /> The **MySQL Connector (Connector/C)** provides the API for C programs to interact with a MySQL database.
Click to rate:

Similar Questions