Which of these tools is used for version control in Programming Projects? A. Git
B. Python
C. Py Charm
D. MySQL
Which of these tools is used for version control in Programming Projects?
Share
The correct answer is A. Git.
Explanation: Git is a distributed version control system that allows developers to track changes in their code and collaborate with others. It helps manage project versions and enables multiple people to work on the same project without conflicting changes. Python is a programming language, PyCharm is an integrated development environment (IDE) for Python, and MySQL is a database management system.