2 types of functions in C++ language?
Answers
Answered by
1
value parameters and reference parameters.
Answered by
0
A function is a group of statements that together perform a task. Every C++program has at least one function, which is main(), and all the most trivial programs can define additional functions. You can divide up your code into separate functions.
Similar questions
Business Studies,
8 months ago
English,
8 months ago
Computer Science,
8 months ago
Physics,
1 year ago