Name: Anonymous 2009-06-15 12:13
Which is the better way to write them?
or
char* timmy = "hello\n";or
char *timmy = "hello\n";
char* timmy = "hello\n";
char *timmy = "hello\n";
char *foo, do you use (char *) bar or (char*) bar for casts?