Internal working of strcpy() in C

I was just curious how the strcpy() function in C works internally, like how it manages memory and how it copies 1 string to another.

1 Like