What are the different ways to passing Char arrays and Strings to a function in C++?
For example -
1)func(char * c)
2)func(char c[])
similarly fo