Science, asked by babypink123, 1 year ago

Plzz give the example of strcat() function in c++ and its output too

Answers

Answered by samarth7946
0

it is out put

Output an appropriate message when the program returns to the main function. There are two types of parameters used in C++ functions, value parameters and reference parameters. ... When the function is CHANGING the actual parameter, such as in an input function, use a reference parameter.

and function is

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.

plz mark as brainlisg

Similar questions