Computer Science, asked by arielashe, 7 months ago

What is function ? Give two examples . ( It is a computer question not science ok?)

Answers

Answered by nikithavinoth
32

Answer:

Computer Programming - Functions. Advertisements. A function is a block of organized, reusable code that is used to perform a single, related action. Functions provide better modularity for your application and a high degree of code reusing. You have already seen various functions like printf() and main().

Answered by Anonymous
21
A function is a block of organized , reusable code that is used to perform a single , related action .

♥ E.g - printf() & main()
Similar questions