How can you display text in the Main Screen?
Answers
Answered by
1
Answer:
printf() Another C language function that displays text on the screen is printf(), which is far more powerful than puts() and is used more often. While the puts() function merely displays text on the screen, the printf() function displays formatted text. This gives you more control over the output.
Explanation:
Hope it's help uhh!!!
Similar questions