Computer Science, asked by Anonymous, 1 year ago

What do u meant by library functions

Answers

Answered by Bhoomika111
2
A library function is accessed by simply writing the function name, followed by a list of arguments, which represent the information being passed to the function. The arguments must be enclosed in parentheses, and separated by commas: they can be constants, variables, or more complex expressions. Note that the parentheses must be present even when there are no arguments.
Similar questions