172k views
0 votes
Isai wants to share some code with his friend using OnlineGDB. He wants his friend to be able to edit the code and save it to his own account. What should Isai do to make that happen?

email the code to his friend

use the Share button in OnlineGDB and have his friend “fork” the project

download the code to his computer, save it on a USB, and give the USB to his friend

print out his code and hand it to his friend

1 Answer

4 votes

The correct answer is B: use the Share button in OnlineGDB and have his friend "fork" the project. By using the Share button, Isai can generate a URL that he can send to his friend. His friend can then click the link and "fork" the project, which creates a copy of the project in his own account that he can then edit and save.

User Sharonda
by
7.9k points