F2. Problem & Solving/Data Structure
Soft and hard copy?
Ayin Kim
2023. 1. 10. 21:12
반응형
Difference between Hard Copy and Soft Copy - GeeksforGeeks
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
www.geeksforgeeks.org
Summary:
Soft copy occupies the specific memory (node), and this can be varied.
Hard copy occupies the specific memory (node), and this can not be varied.
This concept must be from the data structure.