Expressions

Matching exercise

    
Match the items on the right to the items on the left.
The function is used to print string or data values or a combination of string and data values on the output screen
The function is used to display a single character on the output screen
The function is used to display a string on the output screen.
The function is used with the concept of files.
When we want to use printf() function in our program we need to include the respective header file
printf() function
putchar() function
puts() function
fprintf() function
stdio.h