🎄T
Size: a a a
🎄T
N
К
#include <string.h>
#include <stdio.h>
void alter_string(char *s)
{
strcpy (s, "Goodbye!");
printf ("Result: %s\n", s);
}
int main()
{
alter_string ("Hello, world!\n");
}
🎄T
#include <string.h>
#include <stdio.h>
void alter_string(char *s)
{
strcpy (s, "Goodbye!");
printf ("Result: %s\n", s);
}
int main()
{
alter_string ("Hello, world!\n");
}
К
🎄T
К
К
К
🎄T
К
🎄T
К
🎄T
К
🎄T
К
К
К