I’ve seen some programs where they mix C and C++ code in a single cpp program (even in coding interviews).
As far as I know all types of problems can be solved and developed using C++ alone, so I wonder if there’s cases where one would need to introduce C code into your program through the <cstdio>
library?