+ 5

What is the meaning of parsing in programming?

13th Aug 2017, 3:21 PM
Prathamesh Sawant
Prathamesh Sawant - avatar
2 Answers
+ 3
Basically it means to convert from one data type to another. eg, parsing 1 to "1", means it's converting the int to a string.
13th Aug 2017, 4:27 PM
Salekin
Salekin - avatar