01What does the 'a' mode in fopen("file.txt", "a") signify?
02Which standard stream is used for printing error messages to the console?
03Why is the fgets() function preferred over gets()?
04Which function is used for writing raw binary data (like a struct) to a file?
05What is the purpose of fseek()?