Printing one character in a stringSorry, i meant they didn't use non-array pointers. Technically it does because arrays are pointers. ...
Printing one character in a stringThis doesn't use pointers but it gets the job done. [code] #include<iostream.h> #include<cstring.h> ...