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.
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
Post a Comment