Hi there, Could someone tell me why this wont work? #include <stdio.h> int main() { char p[10] = "Success"; char *t = p; while (*t++ !=...
Separate names with a comma.