Share:
Notifications
Clear all

What is use of Function in C++

1 Posts
1 Users
0 Likes
26 Views
kajal
(@kajal)
Posts: 48
Eminent Member
Topic starter
 

A function is a block of code which only runs when it is called. You can pass data, known as parameters, into a function.

A function is a set of statements that takes input, does some specific computation, and produces output. 

 
Posted : 15/04/2024 8:02 pm
Share: