Which function is used to read write more than a single-00772
This subjective question is related to the book/course vu cs504 Software Engineering - I. It can also be found in vu cs504 Mid Term Solved Past Paper No. 3.
Question 1: Which function is used to read/write more than a single character or single line while handling files?
Answer:
We use the getline function to read more than single charcter 206