J
Jackline
asked

Expert
Abhilekh Gautam answered
printf()
is used to display text or values on the screen.
For Example:
printf("Hello, World");
The above code displays the text Hello, World
on the screen.
I hope this clears your confusion. If you have more questions feel free to ask!
C
This question was asked as part of the Learn C Programming course.