Computer Science, asked by kaspitalukdardas, 3 months ago

write a c statement to display i like c programming on the screen​

Answers

Answered by ganeshpalani27181
0

Answer:

The things that a C program can do are limitless, but when you’re first learning the language, you need to start small. One of the most common functions you’ll want your C program to do is display text on the screen, and there are two ways to do so: puts() and printf().

Similar questions