answersLogoWhite

0

"Print" is no more something understandable in computer science.

Once it meant outputing something on the printer, and depending on the language used the statement would have been "print", "write" or "out".

Now in modern programming, outputting something somewhere is done by calling a library procedure or function, usually "write", "writeline", still depending on the library used. This same name can be used to output the data on screen, paper or file for instance.

User Avatar

Wiki User

15y ago

What else can I help you with?