we know that puts automatically provides a newline character after the string and fputs doesn't do so. but i was thinking that is it possible to have a newline character before the string while using puts or fputs, like we use in printf.