FIO19-C. Do not use fseek() and ftell() to compute the size of a regular file - SEI CERT C Coding Standard - Confluence


Is a buffered fread / read to obtain size considered a bad approach,
compared to fseek / ftell ?