Why strcpy() and strcat() is not good in Embedded Domain
Here i want to know about strcpy() and strcat() disadvantages i want to know about these functions danger area in embedded domain/environment. somebody told me we never use strcpy,strcat and strlen functions in embedded domain because its end with null and sometimes we works on encrypted data and null character comes so we cant got actual result because these functions stop on null character. So i want to know all things and other alternative of these functions. how we can use other alternatives functions The str* functions works with strings. If you are dealing with strings, they're fine to