Name: Anonymous 2009-08-27 18:53
I have two C questions:
1. "char **e;" Would this be a pointer to a pointer to a char? So basically, a pointer to a string?
2. "char **i[5];" and "char (*g)[3];" What is those?
In before "homework". It's not. It's personal interest!
1. "char **e;" Would this be a pointer to a pointer to a char? So basically, a pointer to a string?
2. "char **i[5];" and "char (*g)[3];" What is those?
In before "homework". It's not. It's personal interest!