What is the purpose of version control systems?
Q1. What is the purpose of version control systems?
Answer: To manage different versions of code
Explanation: Version control systems, such as Git, manage different versions of code, allowing developers to track changes and collaborate on projects.