What is function ? Give two examples . ( It is a computer question not science ok?)
Answers
Answered by
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
21
A function is a block of organized , reusable code that is used to perform a single , related action .
♥ E.g - printf() & main()
♥ E.g - printf() & main()
Similar questions