Explain code and show an example....

can someone explain this and show a "full" code example

1
2
3
4
  string concatenate (string a, string b)
{
  return a+b;
}
Topic archived. No new replies allowed.