What system call does the printf() function invoke?
printf()
read
write
exec
exit
printf() invokes the write system call to print messages to standard output.