I use python and javascript in my daily workflow. I am really excited about understanding c as I am drawn towards contributing to projects that are written in the language but even after weeks of learning I am not able to wrap my head around how certain things work in C
Like, right now I am trying to figure out how to store structured data to a file in c so that I can experiment with building small tools and get a better grasp on the language. but so far I am just able to find the basic file read/write examples and coming from a scripting background I am used to using structured formats like JSON or XML.
Am I just asking the wrong question here or am I yet to find the right tutorial to follow?
So far the guide that I found the easiest to understand was this one
Also searched through a community post on SO for resources but none I was most comfortable with the one mentioned above.
I am really really new to C so any sort of help will be very useful