Printing on a screen in C

Printing on a screen in C is done via printf function. This function takes two arguments. First one is a text that needs to be printed, and second argument is how this text needs to be printed.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator