Nyjahl4193 Nyjahl4193 30-01-2024 Computers and Technology contestada Given the following code, what will happen? : char *p = "hello", *s = "this is a string";strcpy(p, s); printf("%s\n", p);