definitions of Arrays, Functions, String and Matrix

Hey ALl. I have an exam tomorrow . I just want the definitions of the given with a nice example. Please HElp
Try the tutorials
http://www.cplusplus.com/doc/tutorial/arrays.html
http://www.cplusplus.com/doc/tutorial/functions.html

A string is a variable containing some text, C++ uses the std::string class for char strings
http://www.cplusplus.com/reference/string/string/

A matrix is a multidimensional container (eg a 2D array)
http://www.cplusplus.com/forum/articles/7459/
Topic archived. No new replies allowed.