How would I go about formatting a string and passing it as a single argument in C? If I wanted to use sprintf(), I would have to create a variable first and then st
sprintf()