Computer Science, asked by suprabhasamant1982, 5 months ago

what do u mean by fuction name some of the function​

Answers

Answered by Fatimayash
0

Answer:

1) In programming, a named section of a program that performs a specific task. In this sense, a function is a type of procedure or routine. ... Most programming languages come with a prewritten set of functions that are kept in a library. You can also write your own functions to perform specialized tasks.

Explanation:

mark as brainlest answer

Answered by valeriy69
1

Function:

  1. Is a block of code which only runs when it is called.
  2. You can pass data, known as parameters, into a function.
  3. A function can return data as a result.

Example of functions in python:

  1. print("How are you?")
  2. abs(-69)
  3. min([32, 63, 23, 74]

\small\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions