We never learned malloc yet, and yes we learned about printf and scanf, but we didn't emphasize much on redirection. I will go over it myself, but what is the format used for redirection, C code wise. I know without u have to use FILE*(file name), (filename) = fopen(filepath), and same with...