so this is my first ever program in C and im also very new to programming. The program is just a to do list thing. So far all it does is it takes input from the user, assigns it an ID based on it's position and writes it to a file. my question is this: the code is 117 lines. Is this normal for C? to me it seems a bit excessive taking into account the simpplicity of the program. What do you think?
Code in next post.