Computer Science, asked by parul7686, 11 months ago

What is parsing? Mark for review (1) points converting numeric data to text converting text to numeric data converting numeric data to a specified numeric data type reading text from numeric data?

Answers

Answered by chanakyasairamanaset
0

Answer:

Parsing usually applies to text - the act of reading text and converting it into a more useful in-memory format, "understanding" what it means to some extent. So for example, an XML parser will take the sequence of characters (or bytes) and convert them into elements, attributes etc

Similar questions