What is the meaning of parsing in programming? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What is the meaning of parsing in programming?

13th Aug 2017, 3:21 PM
Prathamesh Sawant
Prathamesh Sawant - avatar
1 Answer
+ 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