• Creates a temporary file.
• creates a temporary file and returns a pointer to that stream
• The user does not specify / know the name of the file
• NULLif error
• The file is automatically deleted when:
- the file is closed
- the program terminates normally
- _rmtmpis called
• The file is opened in w+b(binary read/write) modę