What is 'Function' in C++? Explain with a suitable example.
Answers
Answered by
2
A function is a group of statements that together perform a task. ... The C++ standard library provides numerous built-in functions that your program can call. For example, function strcat() to concatenate two strings, function memcpy() to copy one memory location to another location and many more functions.
This is my first coding in C++
hope it helps you....
Attachments:
Similar questions